会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
abc
博客园
首页
新随笔
联系
订阅
管理
2022年10月11日
软件设计实验7
摘要: 实验7:单例模式 [实验任务一]:学号的单一 仿照课堂的身份证的例子,实现每个同学仅有一个学号这一问题。 直接放源码: #include<iostream> #include<string> using namespace std; //单例角色——StudentNo类 class StudentN
阅读全文
posted @ 2022-10-11 19:47 Lindseyyip
阅读(16)
评论(0)
推荐(0)
编辑
公告