摘要:
1.今天在[segmentfault](http://segmentfault.com/blog/pezy/1190000002513126)上看到了一个C++虚函数的新用法,先上代码```#include using namespace std;class B {public: virtua... 阅读全文
摘要:
1.在CCDiretor.h中有如下说明``` /** This object will be visited after the main scene is visited. This object MUST implement the "visit" selector. Usef... 阅读全文