会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zenxu
博客园
首页
新随笔
联系
订阅
管理
2025年12月2日
实验4
摘要: 1. 实验任务1 源代码 1 #pragma once 2 #include<vector> 3 #include<array> 4 #include<string> 5 class GradeCalc{ 6 public: 7 GradeCalc(const std::string &cname)
阅读全文
posted @ 2025-12-02 22:16 交界地第一深情
阅读(2)
评论(0)
推荐(0)
2025年11月25日
实验三
摘要: #include "window.hpp" #include <iostream> void test(){ Window w("Demo"); w.add_button("add"); w.add_button("remove"); w.add_button("modify"); w.add_bu
阅读全文
posted @ 2025-11-25 21:35 交界地第一深情
阅读(7)
评论(1)
推荐(0)
2025年10月27日
实验2
摘要: #pragma once #include <string> #include <iostream> class T { // 对象属性、方法 public: T(int x = 0, int y = 0); // 普通构造函数 T(const T &t); // 复制构造函数 T(T &&t);
阅读全文
posted @ 2025-10-27 20:44 交界地第一深情
阅读(6)
评论(1)
推荐(0)
111
摘要: `#include "T.h" include void test_T() { using std::cout; using std::endl; cout << "T info: " << T::doc << endl; cout << "T objects' max count: " << T:
阅读全文
posted @ 2025-10-27 18:36 交界地第一深情
阅读(8)
评论(0)
推荐(0)
2025年10月18日
博客地址
摘要: https://www.cnblogs.com/Zenxu/
阅读全文
posted @ 2025-10-18 16:09 交界地第一深情
阅读(5)
评论(0)
推荐(0)
公告