Skip to content

This is a console User Interface (CUI) project in C++. It is a simple CPP text editor which uses Linked list and stack Data Structure, where user can perform various operations like- insertion, deletion, searching, undo, redo etc. of text.

Notifications You must be signed in to change notification settings

anuradha2801/Text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-editor

This is a console User Interface (CUI) project in C++. It is a simple CPP text editor which uses Linked list and stack Data Structure, where user can perform various operations like- insertion, deletion, searching updation and appending of text along with undo redo and parmanently saving of text functionalities.

#setup To open in Local System: Clone the repository into your local system. Then open the folder where this file is saved. Open command prompt and run command: "g++.\text_editor.cpp",or copy the code and paste it in any online compiler and run.

About

This is a console User Interface (CUI) project in C++. It is a simple CPP text editor which uses Linked list and stack Data Structure, where user can perform various operations like- insertion, deletion, searching, undo, redo etc. of text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages