C++学习笔记2.0_标准库
标准函数库
<cmath> <cstdlib> <cstring> <ctime>......
面向对象类库:
2.1 一般类库
<iostrem> <iomanip> <fstream> <string> ......
2.2 STL库(标准模板库):
<iterator> <functional> <vector> <deque> <list>
<queue> <stack> <set> <map> <algorithm>
<numeric> <memory> <utility>
数组:<vector>
队列:<queue>
栈: <stack>
引用库时写头文件
#include<bits/stdc++.h> 是万能头文件,能够把所有的头文件引入