70 字
1 分钟
OOP第三课笔记
这个人还是什么都不会,但她要开始学 STL 了。
STL = Standard Template Library STL 是一个标准库,里面有各种模板类,用来解决各种问题。
STL有三部分:
- Containers
- class templates, common data structures
- Algorithms
- Functions that operate on ranges of elements
- Iterators
- Generalization of pointers, access elements in a uniform manner