C ++ 11 new feature learning and 11 new feature learning
1. What is the third official standard of C + 11C ++ 11 standard for C ++ programming language, officially named ISO/IEC 14882: 2011-Information technology -- Programming languages -- C ++. Before the official standard release, the original name is C ++ 0x. It will replace the second version of the C ++ standard ISO/IEC 14882: 2003-Programming languages-C ++ as a new Standard for C ++.
C ++ 11 is an extension and amendment to the current C ++ language. C ++ 11 not only contains new functions of the core language, but also extends the standard library (STL) of C ++ ), incorporates most C ++ Technical Report 1 (TR1) Libraries (except for special mathematical functions ).
C ++ 11 includes a large number of new features, including lambda expressions, type derivation keywords auto, decltype, and a large number of template improvements. 2. C ++ 11 new feature learning video
Https://pan.baidu.com/s/1eRHTS1W
3. C ++ 11 blog reference
01. Type derivation 02, initialization 03, range-based for loop, Static Assertion 04, notest modifier, nullptr, native String Literal Value 05, strong type enumeration 06, constant expression 07, user define the literal quantity 08, strong type enumeration 09, class improvement 10, defaulted and deleted function 11, template improvement 12, variable parameter template 13, right value reference 14, mobile semantics 15, std:: move and std: forward 16, smart pointer 17, closure (closure) 18, std: function19, std: bind20, lambda expression 21, thread 22, mutex