I'm in a project implementing a C ++ calculator that uses variables. So, if I define a variable x = 5, and I type x ^ 2 then it returns the value of 25. For this, I have to store the variable name and the corresponding value. The user would type...
asked by
12.08.2017 / 15:22