C++
C++语言
学习资料
基础:C语言
C++语法专题:
C++开发环境
Library
参考书
- C++ Primer 4th Edition 《C++ Primer中文版》
- The C++ Programming Language《C++程序设计语言》
- Thinking in C++ 2nd Edition《C++编程思想》
- Effective C++
- The C++ Standard Library《C++标准模板库》
- STL源码剖析
- 泛型编程与STL
- C++ Templates
- THE DESIGN AND EVOLUTION OF C++ C++语言的设计和演化
- Inside The C++ Object Model 深度探索C++对象模型
- ESSENTIAL C++ by Stanley Lippman
- MODERN C++ DESIGN GENERIC PROGRAMMING AND DESIGN PATTERNS APPLIED C++设计新思维——泛型编程与设计模式之应用
- EXCEPTIONAL C++
- MORE EFFECTIVE C++ by Scott Meyers
- MORE EXCEPTIONAL C++ by Herb Sutter
- Design Patterns:Elements of Reusable Object-Oriented software 设计模式:可复用面向对象软件的基础
- 深入浅出MFC
参考资料
- Title: C++ Annotations (ver 3.3.3)
- Author: Frank Brokken & Karel Kubat
- URL: http://www.icce.rug.nl/docs/cplusplus/cplusplus.html
- 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.
- URL: http://www.cerfnet.com/~mpcline/C++-FAQs-Lite/
- 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++ Concurrency
- GotW #89 Solution: Smart Pointers
- Wikipedia:C++
- Bjarne Stroustrup
- C++ Language Tutorial
- C++ FAQ Lite (C++ FAQ Lite不完整中文版)
- C++ FAQ
- C/C++ User Journal
- 缥缈水云间C++版
- Andrei Alexandrescu
- ACCU
- JTC1/SC22/WG21 - The C++ Standards Committee - ISOCPP
- 面向对象程序设计课程
- C++小程序
- C++相关资源