我常用的C++网址

下面的这几个网址,可以让你省去大几百块钱买STL,BOOST,PRIMER等。但primer的地位还是不容替换的,强烈建议你买一本。

Google C++ Style Guide 

谷歌C++编码规范

https://google-styleguide.googlecode.com/svn/trunk/cppguide.html

LearnCpp.com

初学者适用

http://www.learncpp.com/

中等熟练者快速查询

http://www.cplusplus.com/

http://www.cplusplus.com/reference/

Boost

http://www.boost.org/doc/

ACE

http://www.dre.vanderbilt.edu/~schmidt/ACE.html


你可能感兴趣的:(我常用的C++网址)