HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)

stdiobuf(3C++) - iostream specialized to stdio file
strstream(3C++) - iostream specialized to arrays
To invoke a manpage from the command line, enter 3s after the man command and
before the manpage name.
Example:
Enter the following command to invoke the manpage for filebuf:
man 3s filebuf
Header Files
Use the following header files with the IOStream library.
iostream.h - I/O streams classes ios, istream, ostream, and streambuf
fstream.h
strstream.h - streambuf specialized to arrays
iomanip.h - predefined manipulators and macros
stdiostream.h - specialized streams and streambufs for interaction with stdio
stream.h - includes iostream.h, fstream.h, stdiostream.h and
iomanip.h for compatibility with AT&T USL C++ v 1.2
To direct the compiler to search these header files, enter the following command:
-I/opt/aCC/include/iostream.
Standard Components Library Not Provided
The Standard Components Library is not provided with the HP aC++ compiler for Integrity
servers. HP recommends that you use the similar features of the Standard C++ Library
in place of the Standard Components Library.
HP C++ (cfront) Complex Library Not Supported
The Complex library which is part of the cfront based HP C++ compiler product is not
included with HP aC++. HP recommendeds that you use the similar features of the
Standard C++ Library in place of the Complex library.
Complete the following procedure to begin migration:
1. Replace #include with <complex>.
2. Remove -lcomplex from the command-line.
Migration Considerations when Using Libraries 259