Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/get-unknown-err0r/calculator
This is an advanced calculator program written in C++ that performs basic arithmetic operations. It provides a menu-driven interface with colored text for enhanced user experience. The available operations are addition, subtraction, multiplication, division, and modulus.
https://github.com/get-unknown-err0r/calculator
advanced-calculator arpit-prajapati c-programming-language calculator cli-mode-calculator cpp get-unknown-err0r github
Last synced: about 1 month ago
JSON representation
This is an advanced calculator program written in C++ that performs basic arithmetic operations. It provides a menu-driven interface with colored text for enhanced user experience. The available operations are addition, subtraction, multiplication, division, and modulus.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/calculator
- Owner: GET-UNKNOWN-ERR0R
- License: mit
- Created: 2024-07-15T20:03:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T07:17:55.000Z (4 months ago)
- Last Synced: 2024-09-30T01:05:25.739Z (about 1 month ago)
- Topics: advanced-calculator, arpit-prajapati, c-programming-language, calculator, cli-mode-calculator, cpp, get-unknown-err0r, github
- Language: C++
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Calculator
This repository contains a simple C++ calculator program that can be automatically compiled and run using the provided scripts.
![Calculator Image](cal.png)
## How to Use
### Unix-based Systems
1. Clone the repository:
```sh
git clone https://github.com/GET-UNKNOWN-ERR0R/Calculator.git
cd Calculator
```2. Run the program:
```sh
./run.sh
```### Windows
1. Clone the repository:
```sh
git clone https://github.com/GET-UNKNOWN-ERR0R/Calculator.git
cd Calculator
```2. Run the program:
```bat
run.bat
```### GitHub Actions
The C++ program will also be automatically compiled and run using GitHub Actions when you push changes to the repository.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.