Operator overloading c++ In this repository you will find 2 files and a folder with 5 files regarding the fifth exercise given in CPP course. The first - CircularInt.cpp - is the class we wrote with the code needed for the functionality of our program. The second - CircularInt.hpp - is the header file with everything needed for our code to work. The folder-The folder OurTest contains 4 files to test the performance of our program. All two files were compiled and tested using the mains from the folder OurTest. Please note the documentation throughout the code.
Alexey&Shir