Hi,
I was wondering if there was a way to copy a float to a string. My current technique (until i figure out a better one) is to load the float into a file from ofstream and then read it back in as a string from ifstream. It's extremely dodgy I know. Any help appreciated.



LinkBack URL
About LinkBacks



CornedBee
Thank you... you are right... I updated the original post.