• Stars
    star
    1
  • Language
    C++
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A CPP (c++) calculator that deals with brackets, powers, multiplication, division, addition and subtraction. Functions like std::pow() were not used, instead local replacements are written. Feel free to suggest fixes or more efficient solutions.