lundi 6 mars 2017

How to pass an expression like: c = a + (b * d) as parameter to a function in c++ [on hold]

Actually I am working on a project in C++ to build a dll library which will accept any arithmetic expression, solve it and return the results back. Expression will be passed by calling method implemented in dll library file. User will call this method, pass complete expression and get results after processing. Please share if you have any idea. Thank you.

Aucun commentaire:

Enregistrer un commentaire