摘要: 五、运算符重载 1、加号运算符重载 #include <iostream> #include <string> using namespace std; ​ //加号运算符重载 class Person { public: //1.成员函数重载+号 Person operator+(Person & 阅读全文
posted @ 2021-08-16 15:37 yiwenzhang 阅读(124) 评论(0) 推荐(0) 编辑