GCC does that fine a macro can fix the msvc way. What are those supported compilers that choke?
Uwe Bonnes wrote:
"Robert" == Robert Shearman <[EMAIL PROTECTED]> 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?