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: about 2 months ago
JSON representation
Full-featured calculator written in C++ with Qt framework GUI. Supports variables.
- Host: GitHub
- URL: https://github.com/samplec0de/stringcalculator
- Owner: samplec0de
- License: mit
- Created: 2020-01-05T20:48:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T21:03:19.000Z (over 6 years ago)
- Last Synced: 2025-06-03T20:03:52.533Z (about 1 year ago)
- Topics: calculator, calculator-application, cpp, gui, qmake, qt, qt-gui, qt5, qt5-gui, qtcreator
- Language: C++
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
