Sockets, eh ?

Hi.
Well, simple, could anybody give me a working sockets-client example connecting to the given IP and Port, it would be nice if someone could make a sockets class, easy to use...
Thanks in advance
Check the msdn website. They have a working client-server example.

EDIT* http://msdn.microsoft.com/en-us/library/ms738545(VS.85).aspx
Last edited on
Also, you might consider the book "UNIX Network Programming" if developing
on Un*x; it has complete examples in it.

I believe Boost has some libraries you might find useful (www.boost.org).
Topic archived. No new replies allowed.