Socket programming

Aug 5, 2009 at 10:16pm
Hey, does/can anyone recommend a good socket programming library. The platform doesn't really matter tbh. Oh and could someone tell me if winsock is still being used - on wikipedia it says the latest version was updated in 1997 :S

Thanks.
Aug 6, 2009 at 9:38am
Internetworking With TCP/IP Volume III: Client-Server Programming and Applications, Linux/POSIX Socket Version (with D. Stevens), 2000. 0-13-032071-4

UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998, ISBN 0-13-490012-X
Aug 6, 2009 at 11:13am
Sorry I think you misunderstood, I'm after an API recommendation not a book.
Aug 6, 2009 at 2:54pm
winsock2 is current on Windows.

It's built in on UNIX like systems.
Aug 6, 2009 at 4:49pm
I found about socket programming but wasn't good.look at this http://www.beej.us/guide/bgnet/output/html/multipage/index.html . that's old
Aug 6, 2009 at 7:54pm
I strongly recommend the creatively named 'C++ Sockets Library'. It puts an event based approach onto sockets, and takes care of efficiently polling all your sockets.

http://www.alhem.net/Sockets/

Bruce
Topic archived. No new replies allowed.