24 Feb
2004
24 Feb
'04
5:10 p.m.
Kills me why we have to work extra time in the position of a compiler. GCC does that fine a macro can fix the msvc way. What are those supported compilers that choke? Uwe Bonnes wrote:
"Robert" == Robert Shearman <R.J.Shearman(a)warwick.ac.uk> writes:
Robert> He means constants like 0x12345689LL. You have to do this Robert> instead: (LONGLONG)0x1 << 32 | (LONGLONG)0x23456789.
Okay!.
Any hint how to do for this for decimal numbers?