Is there any way in C++ to execute a string? For example, if I stored
variable = 4*4
inside string, is there anywat in which I could then execute the string? I know in Python that you can simply use the exec function, but I've had no luck searching on Google for a solution to this.
Any help is appreciated.
Mike.


LinkBack URL
About LinkBacks
Reply With Quote

