Skip to content

Rutger505/CPP-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP-Calculator

Advanced calculator

Features

  • Supports the following algorithmic operations:
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Exponentiation
    • Modulo
  • Can handle multiple operations in one line (e.g. 1+2x3)
  • Can handle decimal numbers and negative numbers (e.g. -2/2.5)
  • Follows the order of operations
  • Detects invalid input