06 2014 档案

摘要://函数调用 bind&functionvoid fun(){ CCLOG("Hello cocos"); return;}std::function f = std::bind(fun);fun();-------------------void fun1(){ int numb... 阅读全文
posted @ 2014-06-18 17:53 f(x)=f(x-1) 阅读(125) 评论(0) 推荐(0)