T
Tapio Kelloniemi
Hi
I didn't find this one from the FAQ:
I'm writing an input parser for numbers. Everything else is piece of
Cake, except how to parse real numbers that are in some other base
than 10, eg. 3A.B4 in base 12. This can be done for integers using
the strtoxx ISO C functions, but there is no base argument for the
float/double versions. How could I then print out reals in non-base 10
format?
THanks for answers.
I didn't find this one from the FAQ:
I'm writing an input parser for numbers. Everything else is piece of
Cake, except how to parse real numbers that are in some other base
than 10, eg. 3A.B4 in base 12. This can be done for integers using
the strtoxx ISO C functions, but there is no base argument for the
float/double versions. How could I then print out reals in non-base 10
format?
THanks for answers.