C++进阶必知

来源:互联网 发布:php经典面试题 编辑:程序博客网 时间:2024/04/29 01:16
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/



0 0
原创粉丝点击