摘要: 实验任务1: t.h, t.cpp, task1.cpp源码,运行测试结果如下 //t.h内容为类T的申明,友元函数的声明 #pragma once #include <string> class T { public: T(int x=0, int y=0); T(const T &t); T(T 阅读全文
posted @ 2024-10-28 16:28 DownJackring 阅读(8) 评论(0) 推荐(0) 编辑