摘要:
实验任务1 1,自定义了两个类分别是window类和button类 使用了标准库中的iostream vector string 2,不适合 3定义了一个字符串长度为40 实验任务2 1 #include <iostream> 2 #include <vector> 3 4 using namesp 阅读全文
摘要:
1,实验任务1 t.cpp 1 // 类T: 实现 2 // 普通函数实现 3 4 #include "t.h" 5 #include <iostream> 6 #include <string> 7 8 using std::cout; 9 using std::endl; 10 using st 阅读全文
摘要:
实验任务1: task1.cpp 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 using namespace std; 7 8 // 声明 9 // 模板函数声明 1 阅读全文