会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dianchufa
博客园
首页
新随笔
联系
订阅
管理
2024年11月
实验三 类和对象
摘要: 任务一: 代码: 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海鸥
阅读(1)
评论(0)
推荐(0)
编辑
2024年10月
实验二 类和对象
摘要: 任务1 代码: t.h: 1 #pragma once 2 #include<string> 3 4 class T { 5 public: 6 T(int x = 0, int y = 0); 7 T(const T& t); 8 T(T&& t); 9 ~T(); 10 void adjust(
阅读全文
posted @ 2024-10-29 19:50 白鸽nm海鸥
阅读(1)
评论(0)
推荐(0)
编辑
公告