Skip to content

kevannguyen/Console-based-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#Console-based-Text-Editor Final project for ICS 45C. Follows Professor Thornton's code template for the text editor.

My responsibility for this project was to implement the logic and interactivity behind the console text editor. This was done through modular object-oriented practices towards reusability.

The text editor supported basic functionality including text insertion, deletion, undo, redo through polymorphism. The program adopted the use of the stack data structure to facilitate undo and redo operations.

Cursor movement was implemented with the ncurses programming library.

##Screenshot Console Text Editor

About

Console-based text editor written in C++. Final project for ICS 45C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages