4876
备注:
|
4936
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
## page was renamed from C++语言 | |
行号 2: | 行号 3: |
* 基础:[[C语言]] | * 基础:[[C]]语言 |
行号 5: | 行号 6: |
* [[C++编程基础]] | |
行号 98: | 行号 100: |
* [[C语言]] | * [[C]]语言 |
学习资料
基础:C语言
老课件:无特定教材
练习:
课程材料
参考书
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 设计模式:可复用面向对象软件的基础
1. 讨论
如果遇到问题,可以到论坛去讨论: 加入study-cs论坛
Email:
浏览这个论坛
相关链接
- 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.
C语言