A Cli-Based Calculator based on C(Under Development)

My first project on C !

Instructions:

  • Run it in CMD(Command Prompt or Windows Powershell) as .\main.exe.
  • Operations are +(Addition), -(Subtraction), *(Multiplication), /(Division), ^(Power) --> Use the Icons of operations!
  • The Operands are the first two numbers user will use!
  • If reusing the Calculator,just press yes to restart or use no to exit!

If You like it,please leave a star and if there is any issue or any feature request,open a issue or you can do a PR!

A GUI Calculator is coming as my first full-pleadged project! Stay Tune!