How do I create "undo" in c++?
- by b3y4z1d
I've got a couple of codes to do some things but I need to create a function that undoes the previous task/addition/change.How do I do this in Borland C++?
(the program stores strings of text in a text file using "list",it is stored and then erased unless I use the save-function I've created)
right,so I don't know if I've forgotten to mention anything of importance for you to be able to help me better,but if there's something you're wondering about the functions just ask.
I meant creating an undo function in a simple consol application by the way.