I am working on a programming project with C++ that requires windows networking. I have never worked with networking /or sockets within windows, only linux. I now realize there is a great difference between how the two different kernels handle networking/sockets; I thought that I would be able to skim the code I already have and pick up on the differences, but alas I must be getting too old for this ****. I have been looking with google and have been to the book store, but have yet to find any good comprehensive tutorials/books on windows networking.

If any of you could point me in the direction of a good tutorial website or book for writing network code in C++ for windows, I would greatly appreciate it.


Thanks for your time.