您的位置:首页 > 编程语言 > C语言/C++

c++进阶必知必读

2014-02-17 11:14 253 查看
c++ 标准:http://isocpp.org/
c++之父: http://www.stroustrup.com/ 标准参考,注释,参考:http://www.cplusplus.com/
标准参考,有部分实现:http://zh.cppreference.com/w/
教程:http://www.tutorialspoint.com/cplusplus/
boost官网:http://www.boost.org/
boost部分中文(highscore): http://zh.highscore.de/cpp/boost/ http://en.highscore.de/cpp/boost/
c++奇才 Andrei Alexandrescu 主页: http://erdani.com/ (链接中有loki, folly,D语言及包括Mordern c++design等书的相关内容)。
loki&&modern c++ design : http://loki-lib.sourceforge.net/index.php?n=Main.HomePage folly 源码git地址: https://github.com/facebook/folly
c++标准委员会主席Herb Sutter(c++ exceptional 系列书籍作者) : http://herbsutter.com/ c++ effective 系列(effective c++, effective stl ,more effective c++等)书籍作者: http://www.aristeia.com/

c++ primer, inside c++ object model, essential c++ 作者 Stanley B. Lippman(msdn blog) :

http://blogs.msdn.com/b/slippman/

gnustdc++:http://gcc.gnu.org/onlinedocs/gcc-4.7.3/libstdc++/api/a01602.html



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  c++ loki olly isocpp