posted @ 2009-08-18 22:21 SweetDream 阅读(54) 评论(0)
编辑
posted @ 2009-03-28 22:21 SweetDream 阅读(50) 评论(0)
编辑
摘要: 1.类成员函数的回调class MyClass{public: typedef void (MyClass::*CallBack)(int nParam1, int nParam2); void TestCallBack(int nParam1, int nParam2) { return; }};void main(){ MyClass::CallBack pfCallBack = &...
阅读全文
posted @ 2009-03-11 20:24 SweetDream 阅读(118) 评论(0)
编辑