This is a calculator made in Qt with basic operations:
- addition
- subtraction
- multiplication
- division
- sign change
- percent taking
⚠️ After pressing an operation and entering a number, you must press the equals sign!
Install Calculator.zip unzip it on your desktop and transfer the internal contents of the folder to your desktop. The program will run by clicking on the shortcut, but you can run it via .exe.
git clone https://github.com/dimamshirokov/Calculator.gitcd CalculatorDima M. Shirokov