2005年5月10日

摘要: 能完整写出这几个函数的越来越少了~~~~~ 阅读全文
posted @ 2005-05-10 10:28 hunter_gio 阅读(473) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; class CInt {public: CInt(int i) : m_i(i) {}; virtual ~CInt(){}; void operatorm_i); return *this; } const CInt operator++(int) { CInt temp = *this; ++(*this); retur... 阅读全文
posted @ 2005-05-10 10:20 hunter_gio 阅读(468) 评论(0) 推荐(0) 编辑

导航