To operate the GUI, select values or operations from the dropdown menu. To clear the interface, select "Clear". To solve the current equation, select "=" (at the bottom). The result MUST be cleared before entering the next equation. All the equation solving code is in eval.cpp, and all the GUI code is in ui.cpp. It's safe to ignore tests/, those are just a collection of unit tests.