半年学习以来写的最长的程序,但是还有错误
摘要:
#include <iostream>using namespace std ;class Complex{public:Complex(){real=0 ; imag=0 ;}Complex(int r , double im) : real(r) , imag(im) {}friend Complex operator + (const Complex & , const ... 阅读全文
posted @ 2009-06-24 21:49 记住他的怪吼 阅读(234) 评论(1) 推荐(0)
浙公网安备 33010602011771号