在C++程序中调用被C语言修饰的函数,为什么要加extern “C”
(深入理解计算机系统) bss段,data段、text段、堆(heap)和栈(stack)
为什么析构函数必须是虚函数?为什么C++默认的析构函数不是虚函数
透彻理解C++11 移动语义:右值、右值引用、std::move、std::forward
C++ 多态意味着调用成员函数时,会根据调用函数的对象的类型来执行不同的函数。
设计模式,设计原则
https://zhuanlan.zhihu.com/p/321939154
https://blog.csdn.net/weixin_41741359/article/details/100023144
https://blog.csdn.net/qq_44361695/article/details/101933899