Effective C++ 学习笔记(1)

视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。
原文地址:https://www.cnblogs.com/DanielZheng/p/2010712.html