Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++)
- Host: GitHub
- URL: https://github.com/lordxexsteros/mcalculator
- Owner: lordxexsteros
- License: mit
- Created: 2024-08-27T08:10:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:37:33.000Z (6 months ago)
- Last Synced: 2024-08-28T09:37:35.279Z (6 months ago)
- Language: C++
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.