11 2024 档案

摘要:任务二: 代码: 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:39 白鸽nm海鸥 阅读(4) 评论(0) 推荐(0) 编辑
摘要:任务一: 代码: 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-11 13:56 白鸽nm海鸥 阅读(2) 评论(0) 推荐(0) 编辑