[置顶] 摘抄

1、程序员必知8大排序3大查找:http://blog.csdn.net/shan9liang/article/details/7533466

2、C++中智能指针的设计和使用http://blog.csdn.net/hackbuteer1/article/details/7561235

3、深入理解递归http://blog.csdn.net/chentaihan/article/details/7094726

4、图的遍历:http://www.cnblogs.com/dolphin0520/archive/2011/07/13/2105236.html

5、深入理解C++的动态绑定和静态绑定:http://blog.csdn.net/chgaowei/article/details/6427731#  以及 http://hi.baidu.com/ning_cat/blog/item/7b2a1ebf2f50750f18d81f2e.html

6、C++标准库异常类继承层次http://edept.seu.edu.cn/Extend/CLanguage/courses/2Ch10-7.htm 或 http://blog.csdn.net/zhanghenglei/article/details/7363715

7、为什么内联函数,构造函数,静态成员函数不能为virtual函数 :http://blog.csdn.net/ylong17/article/details/6652344

8、C++ 的重要性质:http://hi.baidu.com/even_xf/item/9ab32ee3c1e62212595dd86b

9、C++中的类型转换与类型识别 :http://blog.csdn.net/imwkj/article/details/670923  和http://www.cnblogs.com/goodhacker/archive/2011/07/20/2111996.html

10、C++中多继承和虚基类:http://blog.csdn.net/gzshun/article/category/1072016

11、C++必知必会:http://blog.csdn.net/yeming81/article/details/5673604

 

你可能感兴趣的:(c)