Skip to content

🧮 C++ console application to calculate simple mathematical equations.

Notifications You must be signed in to change notification settings

danrog303/console-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-calc

Console application for calculating simple mathematical equations.

Usage

Calculates specified mathematical expression and prints its result
console-calc "(2 + 2 * 2) / (13 + 87)"

CLI mode, which allows to calculate multiple equations in a loop
console-calc

Prints help message
console-calc --help or console-calc -h

Supported operations

The application supports addition, subtraction, division and multiplication of real numbers. The algorithm respects the order of operations, which can be changed using parentheses.

Technologies used

This app has been written in pure C++14. Program can be easily compiled on Windows, Linux and MacOS.

About

🧮 C++ console application to calculate simple mathematical equations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •