Comment 4 for bug 966979

Revision history for this message
Yevgeny Lezhnin (z-lezhnin) wrote :

I make some universal solution for second issue using strtod() function, also I use floor() function to fix rounding errors. Maybe it is better to use some round function, but I don't know is there any crossplatform variant. Also I folowed Tav advice about c++ strings, now I use c++ string's find() function.