sanofsans wrote: > Hi folks, > > I have 3 questions about socket programming: > > 1) Does anybody know a good book/link/website on TCP/IP socket > programming in C for windows (and UNIX)?
c-prog Links section. > 2) Would you recommend using c, c++ or c# for socket programming? You use what fits the task at hand best. I'd say C++, but that's a biased opinion. > 3) What compiler supports socket programming the best (in terms of > libraries etc...) Pretty much every modern compiler supports integration with BSD-style socket libraries. There is no "best" (in terms of socket stuff) as far as I know but Visual C++ offers the best debugger on the planet. (Other planets probably have better tools, but since the warp drive hasn't been invented yet, you're stuck with what this planet has to offer). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* VerifyMyPC 2.5 Change tracking and management tool. Reduce tech. support times from 2 hours to 5 minutes. http://www.CubicleSoft.com/VerifyMyPC/
