PREV UP NEXT C++ socket classes for OS/2

Socket++ is a family of C++ classes that gives the same interface as the iostream classes for input and output for communication between processes.

This documentation describes Version: 19Feb1997 1.11-OS/2 mod version 1.0 of socket++ library.

  • Copying Copyright information.
  • Acknowledgments Thanks!
  • OS/2 modifications Modifications for OS/2
  • Overview of Socket++ Overview of socket++ library.
  • sockbuf Class Socket streambuf class.
  • sockAddr Class Base class for socket addresses.

  • sockinetbuf Class Socket class for INET address family.
  • sockinetaddr Class Address class for INET address family of sockets.

  • sockunixbuf Class Socket class for UNIX address family.
  • sockunixaddr Class Address class for UNIX address family of sockets.

  • sockstream Classes I/O socket stream classes and some examples.
  • protocol Class Protocol base class.
  • echo Class Class implementing the Echo protocol.
  • smtp Class Class implementing the SMTP protocol.

  • Error Handling Describes the default error handling in the socket++ library.
  • Pitfalls Common mistakes that socket++ library users make.

  • Index Index to concepts and program names