- 博客(1)
- 收藏
- 关注
原创 C++ 重载++运算符 以及在 重载后置++运算符 中发现的问题
重载代码 #include <iostream> using namespace std; //声明类 class Myinteger { friend ostream& operator<<(ostream& cout, Myinteger myint); public: //默认构造函数将m_Num初始化为0 Myinteger() { ...
2020-04-13 18:07:06 1201 5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人