This is a basic Command-line Calculator made with C++. More information can be found here
Installation is simple.
-
Go to releases and download the installer .exe and follow the steps on your screen.
-
Note that Windows or your browser might detect this as an "unsafe file" but this file is completely safe. You can just ignore these messages. Windows detects it as an unsafe file because it has an "unknown publisher".
- Go to releases and download the .zip file which has 'Mac' in its name.
- To run it you have to extract the zip file (preferably by Archive utility) and run the file inside.
- There will be another folder which says: Calculator Contents, which you do not need to run it. If you are on another PC platform (this program is designed for computers), you need to download the .cpp file and manually compile it.
To uninstall on Windows you can use the uninstaller to uninstall the app like any other app. Uninstalling instructions are below.
- Open control panel by searching for it in search and opening it.
- On the top click View by then select Category.
- Click Uninstall a program on the bottom left corner of the window.
- Find CLI-Calculator and click uninstall on the top.
- Confirm that you want to uninstall and the program will be uninstalled.
On any other platform, like MacOS, just delete all the files you installed, for example, on MacOS if I installed the zip file on my desktop and extracted it, to uninstall it I would delete the zip file and its extracted contents.
To edit this file on any PC platform you need to have an application which can open .cpp files such as Dev-C++ (click the name to go to the installation webpage) (Dev-C++ is currently not compatible with MacOS so you can use other apps like Xcode. I used Dev-C++ and Xcode when making this program.
The commands to use this calculator are below:
p - addition
m - multiplication
s - subtraction
d - division
q - quit
c - clear screen
Note that this calculator supports only 2 numbers at a time and it is not meant for negative, fraction, or decimal numbers or any other complicated things. This is just a basic number calculator.
You can help me improve by giving me feedback (Click to give feedback)