摘要: #include #include using namespace std;#define DESTORY_POINTER(ptr) if (ptr) { delete ptr; ptr = NULL; }#define STATUS int#define BUFSIZE 512class Prot... 阅读全文
posted @ 2014-12-09 13:49 stanley19861028 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;#define DESTROY_POINTER(ptr) if (ptr) { delete ptr; ptr = NULL; }class Builder{public: virtual ~Builder() {} virtua... 阅读全文
posted @ 2014-12-09 11:12 stanley19861028 阅读(160) 评论(0) 推荐(0) 编辑