cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Sockets, eh ?
Sockets, eh ?
Dec 30, 2009 at 10:42pm UTC
lordkilla
(1)
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
Dec 31, 2009 at 12:00am UTC
mcleano
(922)
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
Dec 31, 2009 at 12:02am UTC
Dec 31, 2009 at 12:53am UTC
jsmith
(5804)
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.