/cpp-py-calculator

A simple C++/Python expression evaluator. Calls Python interpreter from within C++

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Cpp-Py Calculator

A simple application which takes a mathematical expression as the input and displays its result as the output.

Preferred Usage

g++ cpp-py-calc.cpp -o eval
./eval expression

Requirements -:

  • GNU C++ compiler
  • Python 3