C++11 new feature

It seems that is too later to learn C++11 new feature in 2019. But later is better than never.

Introduction to C++11 https://www.learncpp.com/cpp-tutorial/b-1-introduction-to-c11/

  Major new features in C++11

For your interest, here’s a list of the major features that C++11 adds. Note that this list is not comprehensive, but rather intended to highlight some of the key features of interest.

  There are also many new classes in the C++ standard library available for use.


原文地址:https://www.cnblogs.com/cjyp/p/10919260.html