drxjason / clcalc

a cli based calculator in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLCalc: a command based calculator :)

compile:

$ make
$ ./clc
Usage: ./clc [operation] [number] [number]
Operation:
    add            add 2 numbers
    sub            subtract 2 numbers
    mul            multiply 2 numbers
    div            divide 2 numbers
    exp            find the power of a number

About

a cli based calculator in c++


Languages

Language:C++ 97.4%Language:Makefile 2.6%