[OCLUG-devel] C++ Socket Classes

Christopher Smith x at xman.org
Thu Oct 14 09:12:44 PDT 2004


Sean Callaway wrote:

>Does anyone know of a good set of socket classes for C++ that
>are GPL'd or BSD.
>  
>
So, I shouldn't answer this without mentioning ACE:

http://www.cs.wustl.edu/~schmidt/ACE.html

There are books on ACE and such, but it is a framework, and sometimes 
you just want a small class library. For that, I'd point to Socket++:

http://www.linuxhacker.at/socketxx

It has the nice advantage of Socket++ is that it gives you the standard 
IOStreams interface to sockets.

--Chris


More information about the OCLUG-devel mailing list