11 2024 档案
实验4 类的组合、继承、模板类、标准库
摘要:实验任务2: GradeCalc.hpp代码: 1 #include <iostream> 2 #include <vector> 3 #include <string> 4 #include <algorithm> 5 #include <numeric> 6 #include <iomanip> 阅读全文
posted @ 2024-11-24 18:25 rrrrrrrr00000 阅读(19) 评论(0) 推荐(0) 编辑
实验3 类与对象
摘要:实验任务1: botton.hpp代码: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using std::string; 7 using std::cout; 8 9 // 按钮类 10 class Button { 阅读全文
posted @ 2024-11-10 18:55 rrrrrrrr00000 阅读(14) 评论(0) 推荐(0) 编辑