Re: 64 bit
Re: 64 bit
- Subject: Re: 64 bit
- From: "Clark Cox" <email@hidden>
- Date: Thu, 13 Dec 2007 07:52:29 -0800
the same can be said of long long (ie it is in C99 and not C++)
On 12/13/07, Sean McBride <email@hidden> wrote:
> On 12/13/07 12:33 PM, Alastair Houghton said:
>
> >Also, if you know you want 64-bit numbers, I'd be inclined to use
> >int64_t and/or
> >uint64_t (you'll have to #include <stdint.h> first) rather than long
> >long. Or
> >maybe int_fast64_t since your goal here is performance and you only
> >care about
> >having *at least* 64 bits.
>
> Note however that stdint.h is from C99, and is not part of C++. This
> distinction may be important for portability reasons.
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng email@hidden
> Rogue Research www.rogue-research.com
> Mac Software Developer Montréal, Québec, Canada
>
> _______________________________________________
> 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
>
--
Clark S. Cox III
email@hidden
_______________________________________________
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) |
| >Re: 64 bit (From: Nick Zitzmann <email@hidden>) |
| >Re: 64 bit (From: Perry Winkel <email@hidden>) |
| >Re: 64 bit (From: Alastair Houghton <email@hidden>) |
| >Re: 64 bit (From: "Sean McBride" <email@hidden>) |