4842
备注:
|
4678
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 31: | 行号 31: |
* [[Solaris到Linux移植]] | |
行号 33: | 行号 34: |
* [[STL简介]] |
|
行号 88: | 行号 91: |
== 课程材料 == * [[面向对象课程老课件]] |
|
行号 93: | 行号 92: |
* 课程论坛 http://groups.google.com/group/study-cs 课程练习: * [[C++实验]] * [[C++作业]] * [[C++课程设计]] * [[C++练习]] |
C++语言
1. 学习资料
基础:C语言
C++语法专题:
2. C++开发环境
3. Library
4. 参考书
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 设计模式:可复用面向对象软件的基础
5. 参考资料
- 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.