2022年10月15日

类和对象

摘要: #include "complex.hpp" #include <iostream> void test() { using namespace std; Complex c1(6, 6); const Complex c2(6); Complex c3(c1); cout << "c1 = "; 阅读全文

posted @ 2022-10-15 20:09 cflxl 阅读(28) 评论(0) 推荐(0) 编辑

导航