开发者

Good C++11 information, other than Wikipedia?

开发者 https://www.devze.com 2023-01-01 04:21 出处:网络
Does anyone know a good website开发者_高级运维 where I can find information on C++11, other than Wikipedia?http://en.cppreference.com/w/cpp

Does anyone know a good website开发者_高级运维 where I can find information on C++11, other than Wikipedia?


http://en.cppreference.com/w/cpp

Great wiki for C++ information.


The best I know is ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee where the n3092.pdf document is available.


You should check out the Visual Studio Team Blogs. They discuss quite heavily the new features in C++0x, which are in VS2010, and how they can be used.


I use this one a lot: http://www.cplusplus.com/reference/

0

精彩评论

暂无评论...
验证码 换一张
取 消