Hexadecimal literal

Walter Bright newshound at digitalmars.com
Sat Mar 11 11:34:56 PST 2006


"Jason Mills" <jmills at cs.mun.ca> wrote in message 
news:duuuc1$c4e$1 at digitaldaemon.com...
> Was the following ever (previous version) a valid D hex literal?
>    int h = 12h;
> Which is the same as
>    int h = 0x12;

It is in the C compiler, but not in D. 





More information about the Digitalmars-d mailing list