10 2023 档案

摘要:实验任务1 方式1 main.cpp 1 #include "t.h" 2 3 // 测试 4 void test() { 5 cout << "T class info: " << T::doc << endl; 6 cout << "T objects max_count: " << T::ma 阅读全文
posted @ 2023-10-23 09:59 rssn 阅读(28) 评论(0) 推荐(0)
摘要:实验任务1 task1.cpp 1 // 标准库string,vector,array基础用法 2 3 #include <iostream> 4 #include <string> 5 #include <vector> 6 #include <array> 7 8 //函数模板 9 //对满足特 阅读全文
posted @ 2023-10-18 15:41 rssn 阅读(55) 评论(0) 推荐(0)