WinSocket tutorial

Does anyone know a good book or tutorial about windows socket programing? I can't find anything good.
closed account (3pj6b7Xj)
Actually the Winsock is the easiest thing to program.....the hard part is knowing what to when the other end doesn't respond or you loose a packet, etc. I'm getting ahead of myself, this may help --- http://www.madwizard.org/programming/tutorials/netcpp/1 you probably found this one already? Read through it, don't forget to look for the "Next" at the bottom to go to the next section, the site layout is some what unfriendly as you can get lost in it.

Before you start any winsock programming, get the Winsock2 API reference, yes Winsock2 is what everyone is using...
This is great tutorial ,but it using linux, not windows.
http://www.retran.com/beej/intro.html
Topic archived. No new replies allowed.