Tagged Questions
2
votes
2answers
2k views
String in scientific notation C++ to double conversion
I've got a database filled up with doubles like the following one:
1.60000000000000000000000000000000000e+01
Does anybody know how to convert a number like that to a double in C++?
Is there a ...