Skip to content

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…

Notifications You must be signed in to change notification settings

osmankaankars/Command-Based-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published