An RPN Calculator written in C++ using the Qt framework.
This project is very rough. I started it last summer to learn more about C++, GUIs, Git, and software development in Linux and Windows.
Current issues:
- negative signs are printed on the wrong side of the number
- new entries scroll from top->bottom instead of bottom->top
- width is not fixed
- when the stack is cleared, if the "up" button is pressed, the stack will start to fill up with random values from memory
To test the current build for yourself please visit the releases page: https://github.com/wftmate/RPNCalculator/releases
To run the windows version, please download and unzip the current release. The executable can be run from within that folder.
Currently, a build is available for windows. A linux build is coming soon.