Unix Network Programming Manual
A Simple C++ Example
C++ can be used to do network style programming also. The biggest
difference is the use of the object-oriented capabilities.
There is a
C++ client
and a
C++ server
for you to look at, as well as definitions for a rudimentary socket
class:
socket_class.h
and
socket_class.cxx
Or you can download them