Skip to content
Prev 15802 / 63461 Next

RFC: hexadecimal constants and decimal points

I agree with this:  011 should be 11, it should not be 9.
As long as we document it, I think the 0x prefix is fine.

We should provide a way to use other bases on input and output.  This
could be through format specifiers, but it would be enough to have a pair
of dedicated functions to do the conversions.

Duncan Murdoch