In Text Editor New File is created by ?
Answers
Answered by
4
Since this will be the first big project you'll be doing with FLTK, lets define what we want our text editor to do:
- Provide a menubar/menus for all functions.
- Edit a single text file, possibly with multiple views.
- Load from a file.
- Save to a file.
- Cut/copy/delete/paste functions.
- Search and replace functions.
Similar questions