摘要: #include using namespace std; class Student1 { private: int _a; int _b; public: void fprint() { cout _a = t1._a; this->_b = t1._b; } Student1 & operator = (c... 阅读全文
posted @ 2019-07-13 21:40 wdliming 阅读(1031) 评论(0) 推荐(0)