nonconformant clone of `ed(1)`
-
Updated
Aug 25, 2023 - C++
nonconformant clone of `ed(1)`
This project is a line editor developed in C that allows you to open, read, modify, and save text files. The program supports CRUD (Create, Read, Update, Delete) operations on lines of text and individual words, along with search and navigation features. The editor uses a linked list data structure to store both lines and words, making it efficient
A collection of C++ and OOP labs and assignments, covering some fundamental and advanced programming concepts.
Add a description, image, and links to the lineeditor topic page so that developers can more easily learn about it.
To associate your repository with the lineeditor topic, visit your repo's landing page and select "manage topics."