This project is a simple text editor built using C++ and SFML (Simple and Fast Multimedia Library). It allows users to type and edit text in a multi-line environment with support for basic features ...
This project is a simple text editor built using C++ and SFML (Simple and Fast Multimedia Library) the Data structure used in it is a Doubly Linked-List. It allows users to type and edit text in a ...