C++11 新特性
fiftymeterssun
这个作者很懒,什么都没留下…
展开
-
C++ 11 新特性 Smart Pointer详细介绍
C++ 11 新特性 Smart Pointer详细介绍 http://kheresy.wordpress.com/2012/03/03/c11_smartpointer_p1/ http://kheresy.wordpress.com/2012/03/05/c11_smartpointer_p2/转载 2013-03-12 15:41:52 · 509 阅读 · 0 评论 -
C++11 新特性:多執行序程式開發 Thread
http://kheresy.wordpress.com/2012/07/06/multi-thread-programming-in-c-thread-p1/ http://kheresy.wordpress.com/2012/07/06/multi-thread-programming-in-c-thread-p2/ http://kheresy.wordpress.com/2012/转载 2013-03-12 16:11:52 · 732 阅读 · 0 评论 -
c++11 async
用法: auto hand=async(launch::async,&A::do_rand_stf,this,i,j); launch::async 表示立即执行 &A::do_rand_stf 表示成员函数 i,j 为函数参数 如果不是成员函数(member function),则不需要this 变量原创 2013-03-14 14:55:31 · 639 阅读 · 0 评论 -
c++ 11 Lambda expression
http://kheresy.wordpress.com/2010/05/27/c0x%EF%BC%9Alambda-expression/转载 2013-03-27 11:22:02 · 452 阅读 · 0 评论