摘要: class Complex{private: double real_ = 0.0; double imag_ = 0.0;public: Complex() = default; explicit Complex(double real, double imag): ... 阅读全文
posted @ 2015-12-04 17:21 wu_overflow 阅读(240) 评论(0) 推荐(0)