= C++语言 = <> == 学习资料 == * 基础:[[C|C语言]] * [[C++概述]] * [[C++编程基础]] * [[C++面向过程程序设计]] * [[C++泛型编程]] * [[C++类与对象]] * [[C++继承与多态]] * [[C++运算符重载]] * [[C++模板]] * [[C++标准模板库]] * [[C++异常]] * [[C++流库]] * [[STL编程指南]] * [[C++FAQ]] * [[编码风格]] * [[C++编程技巧]] C++语法专题: <> == C++开发环境 == * [[C++集成开发环境]] * [[Solaris到Linux移植]] == Library == * [[STL简介]] * [[https://github.com/blitzpp/blitz|blitz++]] * [[http://www.stlport.org/doc/sgi_stl.html|SGI STL]] * [[http://new.simunova.com/en/mtl4/|Matrix Template Library]] * [[https://sourceforge.net/projects/wtl/|Windows Template Library]] * [[https://www.wxwidgets.org/|wxWidgets]] * [[http://www.dre.vanderbilt.edu/~schmidt/ACE.html|ACE]] * [[http://www.dre.vanderbilt.edu/~schmidt/TAO.html|TAO]] * [[http://smartwin.sourceforge.net/|Smartwin++]] * [[https://vxl.github.io/|VXL]] * [[https://segmentfault.com/a/1190000002655852|从 pthread 转换到 std::thread]] == 参考书 == * [[http://www.china-pub.com/computers/common/info.asp?id=32347|C++ Primer 4th Edition 《C++ Primer中文版》]] * [[https://item.jd.com/12746690.html|The C++ Programming Language《C++程序设计语言》]] * [[http://www.china-pub.com/computers/common/info.asp?id=4801|Thinking in C++ 2nd Edition《C++编程思想》]] * [[http://www.china-pub.com/computers/common/info.asp?id=28352|Effective C++]] * [[http://www.china-pub.com/computers/common/info.asp?id=7645|The C++ Standard Library《C++标准模板库》]] * [[https://item.jd.com/11821611.html|STL源码剖析]] * [[https://item.jd.com/10180148.html|泛型编程与STL]] * [[https://item.jd.com/12349529.html|C++ Templates]] * [[https://item.jd.com/10131179.html|THE DESIGN AND EVOLUTION OF C++ C++语言的设计和演化]] * [[https://book.douban.com/subject/10427315/|Inside The C++ Object Model 深度探索C++对象模型]] * [[https://book.douban.com/subject/1914747/|ESSENTIAL C++]] by Stanley Lippman * [[https://book.douban.com/subject/1755195/|MODERN C++ DESIGN GENERIC PROGRAMMING AND DESIGN PATTERNS APPLIED C++设计新思维——泛型编程与设计模式之应用]] * [[https://book.douban.com/subject/1459013/|EXCEPTIONAL C++]] * [[https://book.douban.com/subject/5908727/|MORE EFFECTIVE C++]] by Scott Meyers * [[https://book.douban.com/subject/1752970/|MORE EXCEPTIONAL C++]] by Herb Sutter * [[http://www.china-pub.com/computers/common/info.asp?id=684|Design Patterns:Elements of Reusable Object-Oriented software 设计模式:可复用面向对象软件的基础]] * [[http://www.china-pub.com/computers/common/info.asp?id=3565|深入浅出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. * [[https://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Herb-Sutter-Concurrency-and-Parallelism|C++ Concurrency]] * [[https://herbsutter.com/2013/05/29/gotw-89-solution-smart-pointers/|GotW #89 Solution: Smart Pointers]] * [[https://secure.wikimedia.org/wikipedia/zh/wiki/C%2B%2B|Wikipedia:C++]] * [[http://www.research.att.com/~bs/C++.html|Bjarne Stroustrup]] * [[http://www.cs.wustl.edu/~schmidt/C++/|C++ Language Tutorial]] * [[http://www.parashift.com/c++-faq-lite/|C++ FAQ Lite]] ([[http://www.sunistudio.com/cppfaq/index.html|C++ FAQ Lite不完整中文版]]) * [[http://www.faqs.org/faqs/C++-faq/|C++ FAQ]] * [[http://www.cuj.com/|C/C++ User Journal]] * [[http://bbs.freecity.cn/cgi-bin/bbsdoc?board=C%2B%2B|缥缈水云间C++版]] * [[https://erdani.com/|Andrei Alexandrescu]] * [[https://accu.org/|ACCU]] * [[http://www.open-std.org/jtc1/sc22/wg21/|JTC1/SC22/WG21 - The C++ Standards Committee - ISOCPP]] * [[面向对象程序设计课程]] * [[C++小程序]] * [[C++相关资源]]