现在的位置: 首页 > 综合 > 正文

C++图书阅读进阶

2013年10月11日 ⁄ 综合 ⁄ 共 597字 ⁄ 字号 评论关闭

C++图书阅读进阶:

1) C++ Primer Plus或Thinking in C++,学习C++基础知识

2) The C++ Standard Library A Tutorial and Reference,学习stl基础知识

3) Effective C++、More Effective C++、Exceptional C++、 More Exceptional C++、Effective Stl,更有效地掌握和使用C++

4) Beyond the C++ Standard Library An Introduction to Boost,了解boost库的使用

5) Inside The C++ Object Model,了解C++实现的知识

6) C++ Templates - The Complete Guide,学习C++模板的知识

7) Modern C++ Design: Generic Programming and Design Patterns Applied,C++模板的运用 8) The Design and Evolution of C++,了解C++的历史

9) 如果从事网络编程,可阅读C++ Network Programming 1 & 2,和ACE Programmer's Guide、Pattern Oriented Software Architecture 2

10) 如果在Windows平台开发,可阅读Windows via C/C++, Fifth Edition

8至10排序不分先后。

抱歉!评论已关闭.