Skip to content

fatimahasan125/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Text-Editor

A Notepad type application created using Doubly Linked Lists in C++ and BGI (Borland Graphics Interface)

The functionalities of this basic text editor include:
Writing Text
Erasing Text
Highlighting Words and Lines
Copying Text
Cutting Text
Pasting Text
Moving the cursor

A doubly linked list contains all the letters, punctuation and spaces in the text. This is used to move the cursor between words and adding words between nodes of the list. The interface of the application is shown below:

editor

How to run the project

Note: You will need Visual Studio for this.

Go to the following link and download BGI2010.zip

https://home.cs.colorado.edu/~main/bgi/visual/

Extract the files and open the project in Visual Studio. Add the source code given in my repo and then build and run the project.

About

A Notepad type application created using Doubly Linked Lists in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages