Skip to content

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.

License

Notifications You must be signed in to change notification settings

GET-UNKNOWN-ERR0R/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Calculator

This repository contains a simple C++ calculator program that can be automatically compiled and run using the provided scripts.

Calculator Image

How to Use

Unix-based Systems

  1. Clone the repository:

    git clone https://github.com/GET-UNKNOWN-ERR0R/Calculator.git
    cd Calculator
  2. Run the program:

    ./run.sh

Windows

  1. Clone the repository:

    git clone https://github.com/GET-UNKNOWN-ERR0R/Calculator.git
    cd Calculator
  2. Run the program:

    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 file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published