摘要: #include using namespace std; class Test { friend ostream& operatorm_i); return *this; } // 后缀()++ const Test operator++(int) { Test temp = *this; ++(*this); return temp; } // 前缀--... 阅读全文
posted @ 2019-03-05 01:55 jadeshu 阅读(188) 评论(0) 推荐(0)