A fixed-width string class for C++11
-
Updated
May 1, 2024 - C++
A fixed-width string class for C++11
A re-implementation of C++ STL string class with added functionalities.
A lightweight C++ string handling class with built-in Undo and Redo functionality using stacks. Ideal for text-based tools, editors, and educational projects. Implements clean property-style access and efficient history tracking.
A custom C++ implementation of the std::string class with full memory management, operator overloading, and OOP design principles
Practice Programs
Add a description, image, and links to the string-class topic page so that developers can more easily learn about it.
To associate your repository with the string-class topic, visit your repo's landing page and select "manage topics."