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

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of cppcalculator!

Additional Project Details

User Interface

Command-line, Console/Terminal

Programming Language

C++

Related Categories

C++ Calculators

Registered

2013-05-31