C
Carsten Fuchs
Hi Pascal,
Well, sure, and thanks for your post.
"Problem" is that this is somewhere in the middle between a decimal number representation and
printing the bytes of a float as a hex value (e.g. by interpreting the bytes of the float as the
bytes of an unsigned int of the same size, then writing that).
Best regards,
Carsten
I assume that knowing your specific machine representation of floating
point, you could do some bit mungling in C++ to implement similar
functions.
Well, sure, and thanks for your post.
"Problem" is that this is somewhere in the middle between a decimal number representation and
printing the bytes of a float as a hex value (e.g. by interpreting the bytes of the float as the
bytes of an unsigned int of the same size, then writing that).
Best regards,
Carsten