Good C++11 information, other than Wikipedia?
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/
精彩评论