Effective C++ 学习笔记(1)
时间:2011-04-09 来源:Daniel Zheng
视C++为一个语言联邦
- C。C++以C语言为基础。
- Object-Oriented C++。C with C++ 的特性:class,encapsulation,inheritance,polymorphism,virtual function等等。
- Template C++。Generic programming with C++。
- STL。A template library。
相关阅读 更多 +