참고링크 [Bottom] [Top]

Standard C++ Library [Bottom] [Top]

All C++ library entities are declared or defined in one or more standard headers. To make use of a library entity in a program, write an include directive that names the relevant standard header. The Standard C++ Library consists of 50 required headers. This implementation also includes two additional headers, <hash_map> and <hash_set>, that are not required by the C++ Standard, for a total of 52 headers. These 52 C++ library headers (with the additional 18 Standard C headers) constitute a hosted implementation of the C++ library.

A freestanding implementation of the C++ library provides only a subset of these headers:

Standard C++ Library Header Files [Bottom] [Top]

The following Standard C++ Library header files are documented:

In addition, the following C++ wrappers are documented:


CategoryCpp

Standard C++ Library Header Files (last edited 2008-02-03 08:36:25 by viper)