Windows/MFC
Standard C++ library overview
aucd29
2013. 10. 2. 18:07
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,
A freestanding implementation of the C++ library provides only a subset of these headers:
The C++ library headers have two broader subdivisions: