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.
- Host: GitHub
- URL: https://github.com/samplec0de/stringcalculator
- Owner: samplec0de
- License: mit
- Created: 2020-01-05T20:48:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T21:03:19.000Z (over 5 years ago)
- Last Synced: 2025-02-14T15:49:46.798Z (4 months ago)
- Topics: calculator, calculator-application, cpp, gui, qmake, qt, qt-gui, qt5, qt5-gui, qtcreator
- Language: C++
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 2
- 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
