Re: unsigned 16 digit integer data type?
Re: unsigned 16 digit integer data type?
- Subject: Re: unsigned 16 digit integer data type?
- From: Matt Gillette <email@hidden>
- Date: Tue, 4 Nov 2003 13:21:24 -0800
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?
Matt
_______________________________________________
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.