摘要: #include using namespace std;#define DESTROY_POINTER(ptr) if (ptr) { delete ptr; ptr = NULL; }class Receiver{public: void Action1() { coutAction1()... 阅读全文
posted @ 2014-12-17 12:02 stanley19861028 阅读(122) 评论(0) 推荐(0) 编辑