Skip to content

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++)

License

Notifications You must be signed in to change notification settings

lordxexsteros/Mcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Compile the code:
 g++ -o Mcal Mcal.cpp
  1. Run the program:
./Mcal

Example

Here’s how the program works: how it works

License

This project is licensed under the MIT License - see the Licence file for details.

About

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++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages