/c_calculator

An interactive cli calculator made in C lang !

Primary LanguageCMIT LicenseMIT

C Calculator !

simple shell console like interactive Calculator made in C

image

features

  • BODMAS SUPPORT
  • supports +,-,*,/,^
  • working cursor movement !

limitations

  • has not been extensively tested.
  • doesn't support adding parenthesis to specify precedence. [WIP]