摘要: 1. 实验任务1 分别给出t.h, t.cpp, task1.cpp源码,以及,运行测试结果截图 t.h 1 //t.h内容为类T的申明,友元函数的声明 2 3 #pragma once 4 5 #include <string> 6 7 class T { 8 9 public: 10 T(int 阅读全文
posted @ 2024-10-24 19:40 Mikuuuu 阅读(9) 评论(0) 推荐(0) 编辑