NO.6章 STL

it2022-05-05  169

NO.6章 C++标准库(STL)介绍

1. vector 

2. set 

3. string 

4. map 

5. queue 

6. priority_queue 

7. stack 

8. pair 

9. algorithm 下常用函数 

1)max()、min()、abs() 

2)swap() 

3)reverse() 

4)next_permutation() 

5)fill() 

6)sort() 

7)lower_bound()、upper_bound() 

 

转载于:https://www.cnblogs.com/claremore/p/8824042.html


最新回复(0)