摘要: 实验一: 类的定义文件 t.h #pragma once #include <iostream> #include <string> using namespace std; // 类T的声明 class T { public: T(int x = 0, int y = 0); // 带有默认形值的 阅读全文
posted @ 2023-10-23 00:36 铃鹿浅芊 阅读(28) 评论(0) 推荐(0)