70 字
1 分钟
OOP第三课笔记
2025-03-06

这个人还是什么都不会,但她要开始学 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
OOP第三课笔记
https://herobrine101.top/posts/oop第三课笔记/
作者
发布于
2025-03-06
许可协议
CC BY-NC-SA 4.0