Topic: Is there any C++ sockets class lib ?


Author: hugp@swell.actrix.gen.nz (Peter Hug)
Date: Wed, 3 Nov 1993 22:43:21 GMT
Raw View
I am trying to find a socket class library for MS-Windows. I know, it is
easy to obtain winsock stuff but how about a real C++ class library
serving the purpose (abstracting the WinSock-API under MFC, OWL or C++
Views).




Author: sivapras@cs.iastate.edu (Gowrisankar Sivaprasad)
Date: Mon, 1 Nov 1993 20:16:58 GMT
Raw View
Hi,

Does anyone have any information on a C++ class library for unix sockets
interface ? I am interested in PD ones which I can look into.

Thanks in advance.

Email me any replies.

Gowri Sankar sivaprasad.
Iowa State University.
email :
sivapras@cs.iastate.edu




Author: gs4t@kelvin.seas.Virginia.EDU (Gnanasekaran Swaminathan)
Date: Mon, 1 Nov 1993 23:11:07 GMT
Raw View
sivapras@cs.iastate.edu (Gowrisankar Sivaprasad) writes:
:
: Does anyone have any information on a C++ class library for unix sockets
: interface ? I am interested in PD ones which I can look into.


There is one available for anonymous ftp from
 cs.ucl.ac.uk: coside/gnu/socket++-1.4.tar.gz
It works with GNU g++ and libg++. Hope you find
it useful!

-Sekar