摘要: 调用const对象的函数时应将函数定义为 * *()const{} 例如: #include<iostream.h>class complex{public: complex(double a,double b):real(a),imag(b) {} complex(){} friend compl 阅读全文
posted @ 2017-06-02 15:08 么训 阅读(628) 评论(0) 推荐(0) 编辑