A simple client to server
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
What i want to be able to do is send text from one client to its server. I need a client which is done by tcp. I've seen some of the chat rooms programs but as I'm all new to this its too over my head. I need a simple program. Please help us out:confused:
Try to read some MSDN documents about Windows Sockets API or MFC class CSocket or CAsyncSocket. You should understand the the mechanism of TCP first. If you wanna use a simple way to realize your program, use MFC CSocket would be your choice. But Windows Sockets API would be better for developer. Good luck.