TCP/IP Socket programming
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
I require some samples of a tcp/ip sender & a tcp/ip sink. I want to learn the basics of sending & receiving packets of data through tcp/ip. Just basic code, no connection points or anything. Thanks. Gerry.
-
There is an example in MSDN called Chatter or something stupid like that - it's a sample client-server CSocket program to let users exchange messages.
-
I require some samples of a tcp/ip sender & a tcp/ip sink. I want to learn the basics of sending & receiving packets of data through tcp/ip. Just basic code, no connection points or anything. Thanks. Gerry.