2023.4.21 (2)
摘要:
1 //递增运算符的重载 2 #include <iostream> 3 using namespace std; 4 class Myinteger 5 { 6 friend ostream& operator<<(ostream &cout,Myinteger &myint); 7 public 阅读全文
posted @ 2023-04-21 22:00 hhmzd233 阅读(11) 评论(0) 推荐(0) 编辑