Re: 64 bit
Re: 64 bit
- Subject: Re: 64 bit
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 13 Dec 2007 01:41:13 -0700
On Dec 13, 2007, at 1:13 AM, email@hidden wrote:
i need to multiply, divide, add and stuff on large (signed) integers
i was thinking about using 64 bit numbers
what is the strategy to follow within the Xcode/Darwin paradigm on
doing 64 bit integer math?
Use the "long long" type. Also, the long type becomes 64-bit on (and
only on) 64-bit architectures.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >64 bit (From: email@hidden) |