Skip to content

laraibgul1119/Code_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Editor in C++ 💻

This repository contains a simple command-line code editor implemented in C++. It provides basic functionalities for text editing within the terminal environment.

Features

  • Line-by-line editing: Edit text one line at a time.
  • Dynamic memory allocation: Handles varying numbers of lines efficiently.
  • Basic text input: Allows users to input and modify text.

How to Build

To build the code editor, navigate to the Code_Editor directory and compile the source files using a C++ compiler like g++:

g++ -o Code_Editor CEditor.cpp Source.cpp String.cpp

How to Run

After successful compilation, you can run the executable:

./Code_Editor

Usage

Once the editor is running, you can type your text line by line. The editor will prompt you with a line number. To exit, you can typically use Ctrl+D (End-of-Transmission character).

Screenshots

Add screenshots of the running code editor here.

Demo (GIF)

Add a GIF demonstrating the code editor in action here.

Contributing

Contributions are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages