4427
备注:
|
4626
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 35: | 行号 35: |
* [[http://www.dre.vanderbilt.edu/~schmidt/ACE.html|ACE]] * [[http://www.dre.vanderbilt.edu/~schmidt/TAO.html|TAO]] |
|
行号 77: | 行号 79: |
* [[https://erdani.com/|Andrei Alexandrescu]] * [[https://accu.org/|ACCU]] |
C++语言
1. 学习资料
基础:C语言
C++语法专题:
2. Library
3. 参考书
ESSENTIAL C++ by Stanley Lippman
MODERN C++ DESIGN GENERIC PROGRAMMING AND DESIGN PATTERNS APPLIED C++设计新思维——泛型编程与设计模式之应用
MORE EFFECTIVE C++ by Scott Meyers
MORE EXCEPTIONAL C++ by Herb Sutter
Design Patterns:Elements of Reusable Object-Oriented software 设计模式:可复用面向对象软件的基础
4. 参考资料
- Title: C++ Annotations (ver 3.3.3)
Author: Frank Brokken & Karel Kubat
- This tutorial assumes you are knowledgeable in C so you need to do one of the other tutors first. This is not a bad thing since C++ is an evolution of C and it's difficult to understand some C++ concepts without knowing the historical background.
- Title: COMP.LANG.C++ FAQ
- Author: Marshall P. Cline, PH.D.
- Like the C FAQ earlier this is a great source of answers to questions. It's not a tutor but is a great source of information about some of the more confusing aspects of C++. An extended version is available in book form from Addison Wesley.
5. 课程材料
课程练习: