看《The C++ Prgramming Lanuage》。
C++之父Bejarne Stroustrup在此书中写道:
C++ is a general-purpose programming language with a bias towards systems programming that
- is a better C,
- supports data abstraction,
- supports object-oriented programming, and
- supports generic programming.