摘要: 根据以下代码段完善 ?? 处内容及程序内容,以实现规定的输出。 class Complex { public: Complex(double r=0, double i=0):real(r), imag(i){ } Complex operator+( ?? ) const;//重载双目运算符'+' 阅读全文
posted @ 2023-04-19 23:47 刘冰宇 阅读(43) 评论(0) 推荐(0)