Use… const __int64 i64 = (__int64)UINT_MAX * 2I64; printf( "%I64d", i64 ); More printf tricks here… http://weblogs.asp.net/george_v_reilly/archive/2005/06/02/410069.aspx … more →
bits and bytesJijo.Raj wrote 1 year ago: While manipulating integer, in some cases we are worried about the size of int. Because, it depends … more →
Nibu Thomas wrote 2 years ago: Use… const __int64 i64 = (__int64)UINT_MAX * 2I64; printf( "%I64d", i64 ); More p … more →