4255
备注:
|
4264
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
## page was renamed from C++语言 = 学习资料 = * 基础:[[C]]语言 |
= C++语言 = |
行号 5: | 行号 3: |
== 学习资料 == * 基础:[[C|C语言]] |
|
行号 21: | 行号 21: |
练习: * [[C++实验]] * [[C++作业]] * [[C++集成开发环境]] * [[C++课程设计]] * [[C++练习]] * [[C++小程序]] |
|
行号 32: | 行号 26: |
= 课程材料 = * [[面向对象课程老课件]] * [[面向对象程序设计课程]] = 参考书 = |
== 参考书 == |
行号 57: | 行号 46: |
行号 59: | 行号 47: |
= 相关链接 = * [[C++相关资源]] |
== 相关链接 == |
行号 82: | 行号 67: |
* [[C]]语言 | == 课程材料 == * [[面向对象课程老课件]] * [[面向对象程序设计课程]] * 课程论坛 http://groups.google.com/group/study-cs 课程练习: * [[C++实验]] * [[C++作业]] * [[C++集成开发环境]] * [[C++课程设计]] * [[C++练习]] * [[C++小程序]] |
C++语言
1. 学习资料
基础:C语言
C++语法专题:
2. 参考书
Generic Programming and the STL:Using and Extending the C++ Standard 泛型编程与STL
MODERN C++ DESIGN GENERIC PROGRAMMING AND DESIGN PATTERNS APPLIED C++设计新思维——泛型编程与设计模式之应用
Design Patterns:Elements of Reusable Object-Oriented software 设计模式:可复用面向对象软件的基础
3. 相关链接
- 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.
4. 课程材料
课程练习: