标题英文(View C++ as a federation)
认识C++,你需要认识到语言中包含的4个部分:
1.C
C++中面向过程的部分。
2.面向对象C++
类、封装、继承、多态、虚函数。
3.模板C++
泛型编程(包括template metaprogramming)
4.STL
容器、迭代器、算法、function object.
Things to Remember:
Rules for effective C++ programming vary,depending on the part of C++ you are using.
--------------------------------------------------------------------------------------------------------------
关于高效C++编程的规则是有差异的,基于你所使用的C++部分而言。
以上