Forums | MacLife
You are not logged in.
#1 2003-04-18 11:52 pm
- Ellipsoid
- Member
- From: Lake Forest, IL, U.S.A.
- Registered: 2000-12-22
- Posts: 798
How to Learn Socket Programming
I am really interested in learning how to do socket programming in C++. Can anyone reccommend to me a good resource from which to learn it? A web site or a book perhaps? If there's a book from O'Reilly that works through it pretty well, I'd spring for that.
"What is a friend? A soul dwelling in two bodies." - Aristotle
Offline
#2 2003-05-02 4:26 pm
- Jehannum
- Banned
- From: Albuquerque
- Registered: 1999-07-24
- Posts: 8404
Re: How to Learn Socket Programming
My recommendation is the socket++ libraries, and their accompanying documentation.
"Goodness he just keeps going and going. He's like the energizer bunny of stupid." - Neut
Your powers are useless! I'm wearing my tin-foil underwear!
Offline
#3 2003-05-03 6:12 pm
Re: How to Learn Socket Programming
Beej's Guide to Network Programming
http://www.ecst.csuchico.edu/~beej/guide/net/
man socket from the terminal is also a pretty nice (if a bit terse) guide to socket programming on unix.
Offline
