迷路的龙猫

Hacking the interesting world!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

标题英文(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++部分而言。

 

以上

posted on 2014-03-21 17:11  迷路的龙猫  阅读(203)  评论(0编辑  收藏  举报