码迷,mamicode.com
首页 > 其他好文 > 详细

STL_头文件

时间:2016-02-26 23:31:02      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

#include <string>

#include <vector>

#include <deque>

#include <queue>

#include <stack>

#include <list>

#include <set>

#include <map>

#include <algorithm>  // 算法

#include <numeric>  // 算法

#include <functional>  // 算法

 

#include <utility> // for std::pair // 使用容器时,容器的头文件已经包含过该头文件了,∴无需再次显示引用

 

using namespace std;

 

#include <locale.h>  // for mbstowcs() / wcstombs()  // string / wstring 转换

 

 

C

 

STL_头文件

标签:

原文地址:http://www.cnblogs.com/cppskill/p/5222062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!