迷路的龙猫

Hacking the interesting world!

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

2014年3月21日

摘要: 标题英文(View C++ as a federation)认识C++,你需要认识到语言中包含的4个部分:1.CC++中面向过程的部分。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.----------------------------------- 阅读全文
posted @ 2014-03-21 17:11 迷路的龙猫 阅读(203) 评论(0) 推荐(0) 编辑