I have seen similar questions on this forum but i am still a bit confused....how can i turn a string that looks like this :
MyString = "5+4-3*2";
into a simple mathematical operation that can be stored into an int? (looking for most efficient solution).
Ps. I can only use the following libraries:
<cstdio>,<vector>,<cstring>,<string>,<cmath>
Can somebody please help me?