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

C++进阶必知

2014-02-17 11:15 183 查看
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/

href="http://www.aristeia.com/" target=_blank>


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