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

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.

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)