https://github.com/aleksandrhovhannisyan/cppalculator
Simple Calculator app featuring intuitive user input. Developed in C++ using the Qt framework.
https://github.com/aleksandrhovhannisyan/cppalculator
calculator cpp qt5
Last synced: 2 months ago
JSON representation
Simple Calculator app featuring intuitive user input. Developed in C++ using the Qt framework.
- Host: GitHub
- URL: https://github.com/aleksandrhovhannisyan/cppalculator
- Owner: AleksandrHovhannisyan
- Created: 2018-06-13T15:10:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T15:18:18.000Z (over 7 years ago)
- Last Synced: 2025-04-18T11:37:39.147Z (about 1 year ago)
- Topics: calculator, cpp, qt5
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPPalculator
A simple calculator app for intuitive, nested input. Evaluations are performed using postfix notation.
Pardon the title and my lack of creativity :)
### Resources and Related Materials
- [Shunting-yard algorithm](https://en.wikipedia.org/wiki/Shunting-yard_algorithm)
- [Postfix notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation)