会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
fantasies31
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2024年11月11日
实验3
摘要: 实验3 任务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-11 09:05 fantasies31
阅读(2)
评论(0)
推荐(0)
编辑
2024年10月15日
实验1 现代C++基础编程
摘要: 任务1 源代码task1.cpp // 本例用到以下内容: // 1. 字符串string, 动态数组容器类vector、迭代器 // 2. 算法库:反转元素次序、旋转元素 // 3. 函数模板、const引用作为形参 #include <iostream> #include <string> #i
阅读全文
posted @ 2024-10-15 23:28 fantasies31
阅读(10)
评论(0)
推荐(0)
编辑