using sfml to generate functional calculator with a simple gui use g++ -o calculator calculator.cpp -lsfml-graphics -lsfml-window -lsfml-system to compile the file
also change the font directory for non-mac devices in the code
the program is complete