Stack-Calculator-ITI with C++

This is a data structures project calculator program that uses the stack.

There are two stacks :
          1.The first one to add numbers into integer stack.
          2.The second one to and the operators into operation stack.

This task was done by using the (codeblocks-17.12) program.