C++11 MyString

This is my simple but robust custom reference counted string class made for the C++11 course at BME using modern C++ paradigms. Originally made in the semester of spring 2019.

Build

g++ -std=c++11 -Wall -Wdeprecated -Werror -pedantic -O2 test.cpp mystring.cpp -o mystring

Run

./mystring