hi,
can anyone suggest a Compiler on Winxp platform (For C Language) for Network Porgamming,all the socket programming.I am using Richard Steven's Book.
bye!
Any compiler can do it. You simply need to use the right header files and library linkings. If you're on Windows you can use Microsoft Visual Studio or for free, you can download cygwin which has most of the GNU tools to use. If you're on another platform you can basically just get the gnu tools like gcc and make. If you're looking for a library to make your life EASIER, may I suggest a library called PTypes. It was originally written as a replacement for the STL, but blossemed into a very useful library.
http://www.melikyan.com/ptypes/
Check it out.
-AntonK