-
Notifications
You must be signed in to change notification settings - Fork 0
My work in this project is make a command-based text editor. This text editor print the contents of a file to the screen, page by page. Each page consist of 10 lines. My program can keep the contents of the file in certain data structures, and can support certain commands. In order to keep a single text line, I used the C++ string class in order…
osmankaankars/Command-Based-Text-Editor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
My work in this project is make a command-based text editor. This text editor print the contents of a file to the screen, page by page. Each page consist of 10 lines. My program can keep the contents of the file in certain data structures, and can support certain commands. In order to keep a single text line, I used the C++ string class in order…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published