Re: [Dev-C++] Re: How to do WinSock programming
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: David M. <dml...@co...> - 2004-06-27 12:25:42
|
I would suggest the beej's guide to network programming (the first link from Alex) as he teaches not only winsock programming but general TCP/IP programming using the berkley sockets interface which works not only on windows but on just about every UNIX out there (i.e. you knowladge would go alot further). And just to add another tutorial to the mix check out: http://www.hal-pc.org/~johnnie2/winsock.html This is good for getting started but doesn't go into the more advanced stuff like looking up addresses, creating multi-threaded servers, etc. Hope this Helps David McKen Gary Lawton wrote: > http://www.codeproject.com/internet/ > > Gary > > A. Klingenstein wrote: > >> Ehi Ikhimiukor wrote: >> >>> Hello Gs, >>> Thanks David McKen for the reply. I appreciate it. But I gotta admit, >>> I am a beginner programmer. Could any one give me a link to a >>> tutorial on WinSock Programming. Thanks. >>> >> >> http://www.ecst.csuchico.edu/~beej/guide/net/ >> http://tangentsoft.net/wskfaq/ >> >> Alex >> |