- This is my own implementation of the class std::string (std::basic_string).
- It has most of the methods, functions that are available in the normal std::string.
- This was my first project, made in the summer of 2023.
Because of that, it can have some mistakes when combining several methods at once.
- Just include String.h into your project.
- Compile with String.cpp for it to work.