摘要:
开始学习C++以来很多东西记不住,故此收集标准C++ 常用头文件。#include <exception> 异常处理类#include <list> //STL 线性列表容器#include <map> //STL映射容器#include <queue> //STL队列容器#include <set> //STL集合容器#include <vector>//STL动态数组容器#include <stack>//STL堆栈容器#include <string>//字符串类#include <io 阅读全文
posted @ 2012-02-28 16:17
小小松
阅读(620)
评论(0)
推荐(0)
浙公网安备 33010602011771号