An open API service indexing awesome lists of open source software.

https://github.com/samplec0de/stringcalculator

Full-featured calculator written in C++ with Qt framework GUI. Supports variables.
https://github.com/samplec0de/stringcalculator

calculator calculator-application cpp gui qmake qt qt-gui qt5 qt5-gui qtcreator

Last synced: 2 months ago
JSON representation

Full-featured calculator written in C++ with Qt framework GUI. Supports variables.

Awesome Lists containing this project

README

        

# StringCalculator
Full-featured calculator written in C++ with Qt framework GUI. Supports variables.

Converts infix entry to postfix entry using Dijkstra algorithm, than evaluates it.

### Interface

![](https://github.com/samplec0de/StringCalculator/blob/master/usage_example.png?raw=true)