cplusplus
.com
教程
参考
文章
论坛
C++
教程
参考
文章
论坛
参考
C 库
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
C++11
<cfenv> (fenv.h)
<cfloat> (float.h)
C++11
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
C++11
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
C++11
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
C++11
<ctgmath> (tgmath.h)
<ctime> (time.h)
C++11
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
C++11
<array>
<deque>
C++11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
C++11
<unordered_map>
C++11
<unordered_set>
<vector>
输入/输出
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
多线程
C++11
<atomic>
C++11
<condition_variable>
C++11
<future>
C++11
<mutex>
C++11
<thread>
其他
<algorithm>
<bitset>
C++11
<chrono>
C++11
<codecvt>
<complex>
<exception>
<functional>
C++11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
C++11
<random>
C++11
<ratio>
C++11
<regex>
<stdexcept>
<string>
C++11
<system_error>
C++11
<tuple>
C++11
<type_traits>
C++11
<typeindex>
<typeinfo>
<utility>
<valarray>
参考
参考
标准C++库参考
C 库
C 语言库的元素也作为 C++ 标准库的子集被包含在内。这些涵盖了许多方面,从通用工具函数和宏到输入/输出函数和动态内存管理函数。
<cassert> (assert.h)
C 诊断库
(头文件)
<cctype> (ctype.h)
字符处理函数
(头文件)
<cerrno> (errno.h)
C 错误
(头文件)
<cfenv> (fenv.h)
浮点环境
(头文件)
<cfloat> (float.h)
浮点类型的特性
(头文件)
<cinttypes> (inttypes.h)
C 整型
(头文件)
<ciso646> (iso646.h)
ISO 646 替代操作符拼写
(头文件)
<climits> (limits.h)
整数类型的大小
(头文件)
<clocale> (locale.h)
C 本地化库
(头文件)
<cmath> (math.h)
C 数值库
(头文件)
<csetjmp> (setjmp.h)
非局部跳转
(头文件)
<csignal> (signal.h)
用于处理信号的 C 库
(头文件)
<cstdarg> (stdarg.h)
可变参数处理
(头文件)
<cstdbool> (stdbool.h)
布尔类型
(头文件)
<cstddef> (stddef.h)
C 标准定义
(头文件)
<cstdint> (stdint.h)
整型
(头文件)
<cstdio> (stdio.h)
用于执行输入/输出操作的 C 库
(头文件)
<cstdlib> (stdlib.h)
C 标准通用工具库
(头文件)
<cstring> (string.h)
C 字符串
(头文件)
<ctgmath> (tgmath.h)
类型通用数学
(头文件)
<ctime> (time.h)
C 时间库
(头文件)
<cuchar> (uchar.h)
Unicode 字符
(头文件)
<cwchar> (wchar.h)
宽字符
(头文件)
<cwctype> (wctype.h)
宽字符类型
(头文件)
容器
<array>
数组头文件
(头文件)
<bitset>
位集头文件
(头文件)
<deque>
双端队列头文件
(头文件)
<forward_list>
前向列表
(头文件)
<list>
列表头文件
(头文件)
<map>
映射头文件
(头文件)
<queue>
队列头文件
(头文件)
<set>
集合头文件
(头文件)
<stack>
栈头文件
(头文件)
<unordered_map>
无序映射头文件
(头文件)
<unordered_set>
无序集合头文件
(头文件)
<vector>
向量头文件
(头文件)
输入/输出流库
提供使用一种名为
流
的抽象的功能,该抽象专为对字符序列(如文件或字符串)执行输入和输出操作而设计。
此功能通过几个相关的类提供,如下图关系所示,顶部是相应的头文件名
原子和线程库
<atomic>
原子
(头文件)
<condition_variable>
条件变量
(头文件)
<future>
Future
(头文件)
<mutex>
互斥锁
(头文件)
<thread>
线程
(头文件)
杂项头文件
<algorithm>
标准模板库:算法
(库)
<chrono>
时间库
(头文件)
<codecvt>
Unicode 转换刻面
(头文件)
<complex>
复数库
(头文件)
<exception>
标准异常
(头文件)
<functional>
函数对象
(头文件)
<initializer_list>
初始化列表
(头文件)
<iterator>
迭代器定义
(头文件)
<limits>
数值极限
(头文件)
<locale>
本地化库
(头文件)
<memory>
内存元素
(头文件)
<new>
动态内存
(头文件)
<numeric>
通用数值运算
(头文件)
<random>
随机
(头文件)
<ratio>
比例头文件
(头文件)
<regex>
正则表达式
(头文件)
<stdexcept>
异常类
(头文件)
<string>
字符串
(头文件)
<system_error>
系统错误
(头文件)
<tuple>
元组库
(头文件)
<typeindex>
类型索引
(头文件)
<typeinfo>
类型信息
(头文件)
<type_traits>
type_traits
(头文件)
<utility>
实用工具组件
(头文件)
<valarray>
数值数组库
(头文件)
更新进度
正在进行更新整个参考以符合最新标准的工作。要查看每个头文件的状态,请参阅
更新进度
。