Cpp CheatSheet
常用头 头文件 标准c头文件 说明 标准c头文件 说明 标准c头文件 说明 assert.h 断言相关 ctype.h 字符类型判断 errno.h 标准错误机制 float.h 浮点限制 limits.h 整形限制 locale.h 本地化接口 math.h/cmath 数学函数 setjmp.h 非本地跳转 signal.h 信号相关 stdarg.h 可变参数处理 stddef.h 宏和类型定义 stdio.h/cstdlib 标准I/O stdlib.h 标准工具库 string.h/cstring 字符串和内存处理 time.h 时间相关 cstdio c标准IO using namespace std; STL头文件 说明 STL头文件 说明 STL头文件 说明 algorithm 通用算法 deque 双端队列 vector 向量 iterator 迭代器 stack 栈 map 图(键值对) list 列表 string 字符串 set 集合 queue 队列 bitset bit类 numeric 数值算法 iostream C++标准IO bitset C++标准位序列 宏定义 ...