C++ Sockets for *nix and Win Platforms
Hey all, I was trying to do some sockets programming and found what I think is a really cool site. I've already found it extremely helpful and thought I'd pass it along. :)
Quote:
Practical C++ Sockets provides wrapper classes for a subset of the Berkeley C Socket API for TCP and UDP sockets. It should work on both the Unix (tested under Linux, RedHat 7.3 with gcc) and Windows (tested under Win2K with Visual C++ 6.0) platforms. The purpose of this project was to develop a very simple C++ interface to sockets. In writing the code, we often chose clarity over efficiency.
Practical C++ Sockets