代码改变世界

Effective C++ 学习笔记(1)

2011-04-09 19:49  Daniel Zheng  阅读(282)  评论(0编辑  收藏  举报

视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。