Using Long Long s
Posted: Thu Nov 14, 2002 7:30 pm
in past topics ,it had talked about using "Unsigned Long Long" Data type for GCC
but when i write
unsigned long long ull = 0xffffffffffffffff; // 18446744073709551615
//a 64 bit value
it arises a compiler error : Integer Constant Out of range
should I set something at my code or for compiler?
but when i write
unsigned long long ull = 0xffffffffffffffff; // 18446744073709551615
//a 64 bit value
it arises a compiler error : Integer Constant Out of range
should I set something at my code or for compiler?