摘要: 任务1: #include "window.hpp" #include <iostream> using std::cout; using std::cin; void test() { Window w1("new window"); w1.add_button("maximize"); w1.d 阅读全文
posted @ 2024-11-04 20:42 忘忧熊 阅读(21) 评论(0) 推荐(0)