a way for socket programming in Windows

Hi,

I began 1 week ago to learn programming with C++. I am writing my MasterThesis and should make a Socket-programm on windows. I am using the "VC++ 2005 Express Editon". I need some hints how to strat and the best way to come to socket-programming. Some Documentations will be very helpfull!

Thx and regards,
Nidal
Look into beej's guide to socket programming, really the only resource you'll need.
http://www.madwizard.org/programming/tutorials/netcpp/1

This page I found is also useful. It starts out with a little background info on networking and later gets in to Winsock, which I'm assuming your using due to the thread title.
Topic archived. No new replies allowed.