C/C++ Arena

Command-line calculator

Read expressions like `3 + 4`, handle every operator, refuse division by zero, and keep going until the user types q.

Milestones

  1. Add two numbers
  2. Pick the operator
  3. Guard against bad input
  4. Keep calculating until q