::^乔乔^::明镜台::原创空间::C#.NET2.0,C++技术BLOG
人最重要的是心境,一颗平静安稳的心才能更好的进步,保持自己的心态.成为梦想中的高手QQ群:8664695
posts - 17,comments - 32,trackbacks - 0

标准 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 ^乔乔^ 阅读(996) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理