Imagine I have this code:
int a = 10; int b = magic("3+a");
Is it possible in C++ to write magic, so that it calculate
magic