skip to main
|
skip to sidebar
Katuweda
Sunday, January 10, 2010
Print 64 -bit Integer in Windows
Microsoft use different way to print 64bit unsigned Integer; it uses "I64" instead of "ll":
EXAMPLE:
INT64 x = 1234567890123456;
printf("The 64 bit number is: %I64d\n",x;)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
►
2012
(1)
►
March
(1)
▼
2010
(1)
▼
January
(1)
Print 64 -bit Integer in Windows
►
2009
(4)
►
September
(1)
►
August
(2)
►
July
(1)
Followers
About Me
janaka Sooriyaarachchi
I am a seeking new technologies and tools for developers. currently working as Technical specialist
View my complete profile