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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it 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

Console/Terminal, Command-line

Programming Language

C++

Related Categories

C++ Calculators

Registered

2013-05-31