1997-02-08 00:54:07 +01:00
|
|
|
Socket++ is a iostream like C++ class library for the UNIX and INET
|
|
|
|
domains of sockets and protocols.
|
|
|
|
|
|
|
|
Wrappers are also provided for pipe(), socketpair(), popen() and
|
|
|
|
fork().
|
|
|
|
|
|
|
|
Included are also "protocol" classes with two examples - echo and
|
|
|
|
smtp (client only).
|
|
|
|
|
|
|
|
Socket++ is covered by the GPL.
|
|
|
|
|
2004-10-13 09:37:08 +02:00
|
|
|
WWW: http://www.linuxhacker.at/socketxx/
|