首页 > 代码库 > C++学习网站

C++学习网站

http://www.boost.org/        :It provides free peer-reviewed portable C++ source libraries
http://www.cplusplus.com/    :Non-technical information about the C++ language, from a basic description, a summary of its history to the latest news concerning this language
http://gcc.gnu.org/
http://www.cppreference.com/
http://www.cuj.com/      :C/C++ Users Journal Practical technical information, with an extensive code archive, for advanced C/C++ programmers
http://www2.research.att.com/~bs/homepage.html   :This is the homepage of Bjarne Stroustrup, the designer and original implementor of C++
http://www.cprogramming.com/   :This is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources
http://www.cpp-home.com/     : A very good blog
http://www.digitalmars.com/    :Digital Mars C and C++ Compilers for Win32, Win16, DOS32 and DOS
 
Standard Template Library:
http://www-h.eng.cam.ac.uk/help/tpl/languages/C++.html
http://www.sgi.com/tech/stl/
 
注:以上内容摘自网易博客名叫Carya的博友;

C++学习网站