Skip to content

OOP

OOP(object oriented programming) note in C++.

Declaration

Most of the contents are mixed of copies from books or the answer of LLM(DeepSeek, GPT, etc) and my own understanding. There is little originality.

参考文献:

  • Thinking in C++ (Chinese)
  • C++ Primer(Chinese)

目录:

  1. 基础语法

  2. 结构体

  3. 引用

  4. 内存管理

  5. 容器

  6. 重载

  7. 模版

  8. 迭代器

  9. 设计模式

Comments