会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
戈瑾
博客园
首页
新随笔
联系
管理
订阅
2021年11月15日
备忘录模式——C++实现
摘要: 问题描述: 改进课堂上的“用户信息操作撤销”实例,使得系统可以实现多次撤销(可以使用HashMap、ArrayList等集合数据结构实现)。 C++代码: #include<iostream> #include<string> #include<vector> using namespace std
阅读全文
posted @ 2021-11-15 23:46 戈瑾
阅读(92)
评论(0)
推荐(0)
编辑