Skip to content

This C++ calculator performs basic arithmetic operations on two numbers. Users input their name, stored in a file. The user-friendly interface supports continuous calculations until the user chooses to exit. The code is organized with separate headers for variables and functions, ensuring simplicity and ease of use.

License

Notifications You must be signed in to change notification settings

C0dePr0xy/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Calculator Logo github Simple Calculator

Table of Contents

Introduction

Welcome to the Simple Calculator project! This command-line calculator application is designed to provide users with a basic tool for performing arithmetic calculations quickly and "efficiently".

Features

  • Addition, subtraction, multiplication, and division.
  • User-friendly interface.
  • Basic memory functionality.

System Requirements

  • Operating System: Windows, Linux
  • Processor: 1.0 GHz dual-core or higher
  • RAM: 1 GB minimum, 2 GB recommended
  • Free Disk Space: 50 MB minimum, 100 MB recommended

Installation for Linux users

  1. Clone the repository:

    git clone https://github.com/C0dePr0xy/simple-calculator.git
  2. Navigate to the project directory:

    cd simple-calculator
  3. Compile the source code:

    g++ simple-calculator.cpp variables.hpp math-functions.hpp -o Simple-Calculator
  4. Run the executable:

    ./Simple-Calculator

Usage

  1. Launch the calculator application.
  2. Enter two numbers when prompted.
  3. Select the desired operation (+, -, *, /).
  4. Press the "=" button to view the result.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the Boost Software License 1.0.

About

This C++ calculator performs basic arithmetic operations on two numbers. Users input their name, stored in a file. The user-friendly interface supports continuous calculations until the user chooses to exit. The code is organized with separate headers for variables and functions, ensuring simplicity and ease of use.

Topics

Resources

License

Stars

Watchers

Forks

Languages