标准
C++
#i nclude <algorithm>
//STL
通用算法
#i nclude <bitset>
//STL
位集容器
#i nclude <cctype> //字符处理
#i nclude <cerrno> //定义错误码
#i nclude <clocale> //定义本地化函数
#i nclude <cmath> //定义数学函数
#i nclude <complex>
//
复数类
#i nclude <cstdio> //定义输入/输出函数
#i nclude <cstdlib> //定义杂项函数及内存分配函数
#i nclude <cstring> //字符串处理
#i nclude <ctime> //定义关于时间的函数
#i nclude <deque>
//STL
双端队列容器
#i nclude <exception>
//
异常处理类
#i nclude <fstream> //文件输入/输出
#i nclude <functional>
//STL
定义运算函数(代替运算符)
#i nclude <limits> //定义各种数据类型最值常量
#i nclude <list>
//STL
线性列表容器
#i nclude <map>
//STL
映射容器
#i nclude <iomanip> //参数化输入/输出
#i nclude <ios>
//
基本输入/输出支持
#i nclude <iosfwd>
//
输入/输出系统使用的前置声明
#i nclude <iostream> //数据输入/输出流
#i nclude <istream>
//
基本输入流
#i nclude <ostream>
//
基本输出流
#i nclude <queue>
//STL
队列容器
#i nclude <set>
//STL
集合容器
#i nclude <sstream>
//
基于字符串的流
#i nclude <stack>
//STL
堆栈容器
#i nclude <stdexcept>
//
标准异常类
#i nclude <streambuf>
//
底层输入/输出支持
#i nclude <string>
//
字符串类
#i nclude <utility>
//STL
通用模板类
#i nclude <vector>
//STL
动态数组容器
#i nclude <cwchar> //宽字符处理及输入/输出
#i nclude <cwctype> //宽字符分类
using namespace std; //引入命名空间
posted on 2008-07-29 12:32
^乔乔^ 阅读(1013)
评论(0) 编辑 收藏 引用