Small calculator coded in c++. Intended to be used in a terminal, takes argument(s) and outputs the result(s) chronologically.
The code is about 200lines, and benefits from the shunting yard algorithm.
This is not a complete calculator, don't know if it will be because i only coded it to enable myself to do quick calculations while in a terminal. Therefore it does not check for typos, and a wrong formulated expression may result into a segmentation fault.
It's infix notation, and as long as you remember to always include 2 numbers per operator(including -) it should be fine.
It's very important to give the exact argument number to functions as well.
To use the calculator in the terminal regardless of current path, add the executable to the path for looking up programs, or simply move the program into a path already set up.
Case you're on windows there's already a program by the name calc provided by windows, either uninstal it or change the name of this executable.

Features

  • Get function result based on arguments
  • Parentheses
  • Precedence rules

Project Activity

See All Activity >

Categories

Calculators

Follow cppcalculator

cppcalculator Web Site

You Might Also Like
A complete payments platform, engineered for growth Icon
A complete payments platform, engineered for growth

Accept payments and move money globally with Stripe's powerful APIs and software solutions designed to help you capture more revenue.

Millions of companies of all sizes—from startups to Fortune 500s—use Stripe's software and APIs to accept payments, send payouts, and manage their businesses online.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of cppcalculator!

Additional Project Details

User Interface

Console/Terminal, Command-line

Programming Language

C++

Related Categories

C++ Calculators

Registered

2013-05-31