| <algorithm> | <bitset> | <cassert> |
| <cctype> | <cerrno> | <cfloat> |
| <ciso646> | <climits> | <clocale> |
| <cmath> | <complex> | <csetjmp> |
| <csignal> | <cstdarg> | <cstddef> |
| <cstdio> | <cstdlib> | <cstring> |
| <ctime> | <cwchar> | <cwctype> |
| <deque> | <exception> | <fstream> |
| <functional> | <hash_map> | <hash_set> |
| <iomanip> | <ios> | <iosfwd> |
| <iostream> | <istream> | |
| <iterator> | <limits> | <list> |
| <locale> | <map> | <memory> |
| <new> | <numeric> | <ostream> |
| <queue> | <set> | <sstream> |
| <stack> | <stdexcept> | <streambuf> |
| <string> | <strstream> | <utility> |
| <valarray> | <vector> |
|
A freestanding implementation of the C++ library provides only a subset of these headers:
一个C++库的独立实现中仅仅提供了这些头文件的子集。
| <cstdlib> (declaring at least the functions abort, atexit, and exit) | |
| <exception> | |
C++库 头文件有两个较广泛的分支:
.iostreams 约定
standard Template Library 约定
本文介绍了C++标准库的组成,包括52个核心头文件及其提供的功能概述。此外,还提到了独立实现中所需的最少头文件集合,并区分了iostreams与标准模板库的不同约定。
6041

被折叠的 条评论
为什么被折叠?



