
The documentation available for this Rogue Wave implementation of the Standard C++ Library is summarized in Table 1:
| Documentation format | Description |
|---|---|
|
The Standard C++ Library User's Guide |
Covers all the essentials, including iterators, containers, algorithms, allocators, and error handling, and explanations of the tutorials. Online version ships with product; hard copy available for purchase. |
|
The Standard C++ Library Locales and Iostreams |
Covers the familiar iostreams and the newer implementation of locales; basics of internationalization. Online version ships with product; hard copy available for purchase. |
|
The Standard C++ Library Class Reference |
An alphabetical listing of all classes, algorithms, and function objects. Online version ships with product; hard copy available for purchase. |
|
Readme files |
Information on specific compilers and operating systems, how to use shared libraries and DLLs, solutions to common problems, and late-breaking product news. |
|
Tutorials |
Examples you can use to learn about the Standard C++ Library and to write your own applications . |
|
Manpages |
For Unix platforms only. |