Official content
Http://en.wikipedia.org/wiki/C%2B%2B11
The C ++ Standards Committee http://www.open-std.org/jtc1/sc22/wg21/
Compiler support
Http://msdn.microsoft.com/en-us/library/hh409293 (V = vs.110). aspx http://blogs.msdn.com/ B /vcblog/archive/2011/09/12/10209291.aspx
Http://gcc.gnu.org/projects/cxx0x.html
Http://en.cppreference.com/w/cpp
Set off the mysterious http://developer.51cto.com/art/201106/270597.htm of C ++ 11
Books professional C ++ http://www.amazon.cn/Professional-C-Gregoire-Marc/dp/0470932449/ref=sr_1_1? Ie = utf8 & qid = 1342234143 & sr = 8-1
This book involves a lot of new standards
C ++ concurrency in action http://www.amazon.cn/C-Concurrency-Williams-Anthony/dp/1933988770/ref=sr_1_1? Ie = utf8 & qid = 1342234440 & sr = 8-1
After preliminary understanding, we can see that C ++ has learned many advantages from other languages. The Compiler provides more powerful functions, better support for Lamda and other languages, and the library is stronger, parallel operations are directly supported by libraries, saving you the need to switch between Win32, Linux, and other libraries.