dhruvagarwal / cpp-py-calculator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%