c++ 0x 新特性
Reference
C++11 中值得关注的几大变化(详解)
翻译的很好强烈推荐。
The Biggest Changes in C++11 (and Why You Should Care)
Lambda Expressions
Automatic Type Deduction and decltype
Uniform Initialization Syntax
Deleted and Defaulted Functions
nullptr
Delegating Constructors
Rvalue References
C++11 Standard Library
C++11 FAQ
When will compilers implement C++11?
Here are links to C++11 information from purveyors:
http://msdn.microsoft.com/en-us/library/dd465215.aspx http://clang.llvm.org/cxx\_status.html
Post by: Jalen Wang (转载请注明出处)