When I try and convert a stringstream to a float it seems that I encounter a problem with float arithmetic when using the extraction operator. The line of code that causes problems is as follows:
Code:
 ssConvert >> fValue
from what i have seen it starts acting weird at 32.1 it will turn it into 32.100006 and then any float value after that.

Thanks for any help.