This is a basic calculator program. It contains a header and 2 cpp files. Build it using following command:-
g++ main.cpp calculator.cpp -I(capital 'i')(Location of the folder in which the calculator.h is located) -std=c++2a -pedantic-errors -Wall -o calculator.exe