E
Evyn
Hi,
Can anyone tell me how C++ stores a string? I know that a double is
stored according to IEEE standard 754, sign bit, 11 bit exponent, 52
bit mantissa.
My task, essentially, is to write my own atof, so I thought I would
start with the structure of the string.
Regards (and thanks for your time),
Jim
Can anyone tell me how C++ stores a string? I know that a double is
stored according to IEEE standard 754, sign bit, 11 bit exponent, 52
bit mantissa.
My task, essentially, is to write my own atof, so I thought I would
start with the structure of the string.
Regards (and thanks for your time),
Jim