it is possible in C++ to execute the C++ code from string variable. Like in Javascript:
var theInstructions = \"alert(\'Hello World\'); var x = 100\"; var F
Directly, no. But you can: