11 2024 档案

摘要:实验任务2: task2.cpp源码: 1 #include "GradeCalc.hpp" 2 #include <iomanip> 3 4 void test() { 5 int n; 6 cout << "输入班级人数: "; 7 cin >> n; 8 9 GradeCalc c1("OOP 阅读全文
posted @ 2024-11-24 11:54 wuxin404 阅读(5) 评论(0) 推荐(0) 编辑
摘要:实验任务1: button.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-06 18:25 wuxin404 阅读(8) 评论(0) 推荐(0) 编辑