摘要: #include #include using namespace std;#define DESTROY_POINTER(ptr) if (ptr) { delete ptr; ptr = NULL; }class Element;class Visitor{public: virtual ... 阅读全文
posted @ 2014-12-18 16:54 stanley19861028 阅读(147) 评论(0) 推荐(0) 编辑