Tips on taking a C++ string class object that only contains a number (e.g. "-200") and converting it into an int or double?
string
maybe you can iterate through the string and make a number from it with decimal expansion?
no
sorry :(
I forgive you.
maybe you can iterate through the string and make a number from it with decimal expansion?