Share via


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:

<cstddef>

<cstdlib> (declaring at least the functions abort, atexit, and exit)

<예외>

<limits>

<new>

<cstdarg>

The C++ library headers have two broader subdivisions:

This section contains the following sections:

Visual C++ 런타임 라이브러리에 대한 자세한 내용은 CRT 라이브러리 기능을 참고하십시오.

참고 항목

기타 리소스

C++ 표준 라이브러리 참조