Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.