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
Auth0 for AI Agents now in GA Icon
Auth0 for AI Agents now in GA

Ready to implement AI with confidence (without sacrificing security)?

Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today
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