I want to implement UNDO and REDO option(as we see in MS word etc). Can you suggest me a data structure for it, and how can i implement it.?
Objective-C Cocoa has a well documented anwser named NSUndoManager.