A custom string class with basic C String operations.
- Dynamic memory allocation.
- Grow and shrink array automatically
- Operators +, =, =+, <<, >>, [], (), and ==
- Functions like length, append, insert, remove, and swap
- Can initialize and work with char* and std::string
- More to come