C++ 표준 라이브러리 개요
All C++ library entities are declared or defined in one or more standard headers. This implementation includes two additional headers, <hash_map> and <hash_set>, that are not required by the C++ Standard. For a complete list of headers that this implementation supports, see C++ 표준 라이브러리 헤더 파일.
A freestanding implementation of the C++ library provides only a subset of these headers:
<cstdlib> (declaring at least the functions abort, atexit, and exit) |
|
The C++ library headers have two broader subdivisions:
iostreams conventions.
Standard Template Library conventions.
This section contains the following sections:
Visual C++ 런타임 라이브러리에 대한 자세한 내용은 CRT 라이브러리 기능을 참고하십시오.