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
It's probably a bit of overkill, but boost::lexical_cast( theString ) should to the job quite well.
boost::lexical_cast( theString )