From scallaway at scallaway.com Wed Oct 13 23:37:00 2004 From: scallaway at scallaway.com (Sean Callaway) Date: Wed, 13 Oct 2004 23:37:00 -0700 Subject: [OCLUG-devel] C++ Socket Classes Message-ID: Does anyone know of a good set of socket classes for C++ that are GPL'd or BSD. Sean Callaway From dbh at acm.org Thu Oct 14 00:32:41 2004 From: dbh at acm.org (David B. Harrison) Date: Thu, 14 Oct 2004 00:32:41 -0700 Subject: [OCLUG-devel] C++ Socket Classes In-Reply-To: References: Message-ID: Hello Sean, I remember reading a Dr. Dobb's article about SocketCC, some time ago. I haven't personally used this library. http://www.sdmagazine.com/documents/s=9228/ddj0206a/0206a.htm http://www.ctie.monash.edu.au/SocketCC/ /s/ David At 11:37 PM -0700 10/13/04, Sean Callaway wrote: >Does anyone know of a good set of socket classes for C++ that >are GPL'd or BSD. > >Sean Callaway -------------- next part -------------- An HTML attachment was scrubbed... URL: http://localhost.localdomain/pipermail/oclug-devel/attachments/20041014/bda8e26b/attachment.html From x at xman.org Thu Oct 14 09:12:44 2004 From: x at xman.org (Christopher Smith) Date: Thu, 14 Oct 2004 09:12:44 -0700 Subject: [OCLUG-devel] C++ Socket Classes In-Reply-To: References: Message-ID: <416EA57C.5010001@xman.org> 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