Re: unsigned 16 digit integer data type?
Re: unsigned 16 digit integer data type?
- Subject: Re: unsigned 16 digit integer data type?
- From: Clark Cox <email@hidden>
- Date: Tue, 4 Nov 2003 17:27:28 -0500
On Nov 04, 2003, at 16:21, Matt Gillette wrote:
>
> how can you print a long long out?
>
>
To print out unsigned long long, use %q (quad - I think)
>
>
> what's the maximum value of a unsigned long long?
>
>
Not sure, but wouldn't it be 2^64 - 1?
Yes, but remember that that is the maximum guaranteed value (a
compiler/platform is free to support larger sizes)
--
Clark S. Cox III
email@hidden
http://homepage.mac.com/clarkcox3/blog/B1196589870/index.html
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.