课程计划
资源汇总
名称:Standard C++ Programming, 课程网站(2022 Spring)
lab我完成的是2025 Fall版本,地址仓库.
包括的内容有:
Lec2:Types and Structures
Lec3:Streams
Lec4:Initialization and References(实际上讲了initialization,auto,structure binding,以及reference)
Lec5:Containers
Lec6:Iterators and Pointers
Lec7:Classes
Lec8:Template Classes and Const Correctness
Lec9:Template Functions
Lec10:Functions and Lambdas
Lec11:Operators
Lec12:Special Member Functions
Lec13:Move Semantics
Lec14:std::optional and Type Safety
Lec15:RAII, Smart Pointers, and Building C++ Projects