I am in a beginning programming class. We are writing a calculator program. I would like to know how I can cin to a string then check if the string is a number (float or int) or a command (of type char: / + - *) if it is a number is needs to be converted to float, if it is a command it needs to be converted to char. Any ideas? Thanks!
-epx
-epx