can anybody recommend any good resources on doing socket communication in C? I'm writing a tiny server for Windows and Linux, and I'm rusty on my C programming. [shame] I've already written the thing in java [/shame]
2/16/2006 1:48:56 PM
bttt, so far I've found the GNU C Library info on sockets:http://www.gnu.org/software/libc/manual/html_node/Sockets.html#Sockets
2/16/2006 3:34:15 PM