Appendix B: Standard Headers

This book uses a small subset of the Standard Template Library (STL, also called the Standard Library). The standard header files we use are listed here. To use these classes and functions effectively, it is useful to know where to look for documentation.

Table B.1 shows a list of standard header files. For some header files, there is a man page for the whole file. In other cases, you might find a man page for the individual function also.

Table B.1 Standard Headers

image

If you use Microsoft Developer’s Studio, the documentation for the standard libraries comes with the MSDN documentation.

For other platforms, it helps ...

Get Introduction to Design Patterns in C++ with Qt, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.