摘要: “用户信息操作撤销”实例,使得系统可以实现多次撤销(可以使用HashMap、ArrayList等集合数据结构实现)。 #include<iostream> #include<string> #include<list> using namespace std; //备忘录 class Memento 阅读全文
posted @ 2022-04-18 22:42 好吗,好 阅读(58) 评论(0) 推荐(0)