代码改变世界

Learning the standard of C++11

2016-08-10 15:04  oijen  阅读(157)  评论(0编辑  收藏  举报

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!

右值引用 (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