Hi

What is the simplest way to calculate string like:

String^ numbers = "15+3*2";


In php I used eval(), but I can't find a function like eval() in c++.

Thx!