A simple application which takes a mathematical expression as the input and displays its result as the output.
g++ cpp-py-calc.cpp -o eval
./eval expression
Requirements -:
- GNU C++ compiler
- Python 3
A simple C++/Python expression evaluator. Calls Python interpreter from within C++
C++GPL-2.0