Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lordxexsteros/mcalculator

This is a calculator program made be me.I hope you like it i spent two day on this project (my first project in C++)
https://github.com/lordxexsteros/mcalculator

Last synced: 25 days ago
JSON representation

This is a calculator program made be me.I hope you like it i spent two day on this project (my first project in C++)

Awesome Lists containing this project

README

        

# Mcalculator!

Welcome to **Mcal!** – a simple yet powerful command-line calculator written in C++ by **Mayank Biswas**. This tool allows you to perform basic arithmetic operations as well as some additional mathematical functions.

## Features

- **Basic Operations:**
- Addition
- Subtraction
- Multiplication
- Division

- **Advanced Operations:**
- Power
- Rounding
- Square Root
- Absolute Value

## Usage

Follow the steps below to run Mcal! on your local machine:

### Prerequisites

- A C++ compiler (e.g., `g++` or `clang++`).
- A terminal or command prompt.

### Installation

1. **Clone the repository:**

```
git clone https://github.com/lordxexsteros/Mcalculator.git
cd Mcalculator
```
2. **Compile the code:**

```bash
g++ -o Mcal Mcal.cpp
```

3. **Run the program:**

```
./Mcal
```
### Example

**Here’s how the program works:**
![how it works](image.png)

### License

This project is licensed under the MIT License - see the ![Licence](https://github.com/lordxexsteros/Mcalculator/blob/main/LICENSE)
file for details.