Notifications You must be signed in to change notification settings A simple command-line calculator program written in C that handles basic arithmetic operations. This project serves as an ...
$git clone https://github.com/christopher-siewert/cpp-calculator.git $cd cpp-calculator $make For Windows users, I included my Code::Blocks project file, Calculator ...