Dr. Clue's C++ Socket class introduces a whole new world of possibilities.
- Allows you to instantly create a client or a server.
- Forking and non-Forking Operation
- Includes code for eproto and broken pipes
- The -lsocket should really only be used when the system complains
about undefined symbols in relation to bind, connect and similar functions
during the build.
- The -lnsl should really only be used when the system complains about
about undefined symbols in relation to things like gethostbyname and
similar functions
| Sourcecode for the C++ Socket class |
Suggested gcc command line |
Last Update |
|
F1Socket.C
[ D ]
|
F1Socket.h
[ D ]
|
gcc F1Socket.C yourprogram.C -lnsl
-lsocket -o yourprogram |
08/23/2001 |
|