Text editor/notepad/word processor
how to create text editor/notepad with the functionality of saving a file, edit a file, redo and undo, delete a file, copy and paste text. (Console) using a c++ code with a mix of data structures and algorithms.
how to create text editor/notepad with the functionality of saving a file, edit a file, redo and undo, delete a file, copy and paste text. (Console) using a c++ code with a mix of data structures and algorithms.