Just have a quick question. I\'ve looked around the internet quite a bit and I\'ve found a few solutions but none of them have worked yet. Looking at converting a string to
std::istringstream ss(thestring); ss >> thevalue;
To be fully correct you'll want to check the error flags.