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

1.2: OS/2 porting considerations

  • Descriptors OS/2 sockets are not descriptors.
  • Errors TCP/IP errors
  • No fork OS/2 has no fork.
  • Streambuf copy constructor Visual Age C++ stream has no copy ctor.
  • There are a number of differences between OS/2 and UNIX which are relevant to someone porting UNIX code to OS/2.