11 2024 档案

摘要:1.实验任务1 task1_1.cpp: #include <iostream> using std::cout; using std::endl; // 类A的定义 class A { public: A(int x0, int y0); void display() const; private 阅读全文
posted @ 2024-11-24 15:11 WXD380yyds 阅读(20) 评论(0) 推荐(0)
摘要:实验任务1: task1.cpp: #include "window.hpp" #include <iostream> using std::cout; using std::cin; void test() { Window w1("new window"); w1.add_button("max 阅读全文
posted @ 2024-11-10 13:28 WXD380yyds 阅读(25) 评论(0) 推荐(0)