I want to do socket programming in C. Where client and server are exchanging messages. I have the sample codes with me, but i wanted some elaborate links and tutorials for socket programming C, so that i can write effective and error free code. I will be working with WinSock library and not on Linux. Any help?
|
1
|
|
|
|
|
|
I think the standard response to this question is: |
||||
|
|
|
If found this book - Effective TCP/IP Programming (some older edition though) to be quite enlightening some time in the past. And the all time book "UNIX Network Programming" by W. Richard Stevens is a great source to learn from and understand how it all works. |
||
|
|
|
|
See basic samples, Complete Client Code and Complete Server Code. All part of the original, and necessary, Winsock Reference . |
||
|
|
|
Install Windows® Server 2003 R2 Platform SDK Full Download this have samples a lot. |
||
|
|
