A custom implementation of a String class using Object-Oriented Programming concepts in C++.
- Dynamic string storage
- Operator overloading (+, -, +=, -=, =)
- String sorting
- String searching
- String replacement
- String merging
- Classes and Objects
- Constructors and Destructor
- Copy Constructor
- Dynamic Memory Allocation
- Friend Functions
- Operator Overloading