摘要: 1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 //重载操作符 6 //定义的方式是operator*() 重载*运算符 7 8 class Sales_item 9 { 10 friend ostream & 阅读全文
posted @ 2020-04-10 08:57 萌萌~ 阅读(176) 评论(0) 推荐(0) 编辑