Learning the standard of C++11

时间:2023-03-09 07:25:03
Learning the standard of C++11

It's a very useful website of en.cppreference.com. It lists a huge number of information about the latest C++ and C standards. you can use its online compile and run environment which includes a wide range of C++ compatible compilers including gcc 3.x to 6.x. It's wonderful and powerful for C++ guys!!! enjoy it from now on!

Learning the standard of C++11

Learning the standard of C++11

右值引用 (Rvalue Referene) and 转移语义 (Move Sementics) - refer to

http://www.ibm.com/developerworks/cn/aix/library/1307_lisl_c11/

and

http://en.cppreference.com/w/cpp/language/reference

auto

lambda

bind

std::placeholders::_1, std::placeholders::_2, ..., std::placeholders::_N