Categories
C++ Sockets
This is a GPL licensed C++ class library wrapping the Berkeley sockets C API. It treats one socket as one object. KThis is how the Socket class was born. This class, in itself, has all the functions needed for address translation (hostname to ip, ip to hostname etc). It owns the file descriptor / SOCKET handle. But it can't do anything. Code for actually doing something with the socket is implemented in other, Socket derived classes.
Last updated 22 Nov, 2005
Versions
1.9.9
1.9.9 stable released 2005-11-17
- Released: 17 Nov, 2005
- Code Maturity: Stable
- Source Archive: http://www.alhem.net/Sockets/Sockets-1.9.9.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User reference manual available in HTML format from http://www.alhem.net/Sockets/html/; User tutorial available in HTML format from http://www.alhem.net/Sockets/tutorial/



