The Palm OS® Protein C/C++ Compiler Suite includes and supports the STLport implementation of the C++ standard template library.
Specific details regarding the implementation of the C++ STLport/iostream material is not currently documented in this manual; for documentation, visit http://www.stlport.org/doc/index.html. However, the following information may be useful:
- iostreams are implemented in terms of
stdio
;cout
is connected tostdout
,cerr
is connected tostderr
, andcin
is connected tostdin
. - no locale functionality beyond the C locale is supported.
- all other pieces of STL functionality are believed to be supported.
For more information on the functionality provided by the C++ standard library, please consult documentation on the C++ language, such as The C++ Programming Language, Third Edition, by Bjarne Stroustrup, or the ANSI/ISO specification, available as ANSI/ISO/IEC document 14882:1998.