Re: 64 bit continued
Re: 64 bit continued
- Subject: Re: 64 bit continued
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 27 Dec 2007 11:52:06 +0100
hi,
will i moved on with my 64 bit project and i use
int64_t and long double
the long double type i can sprintf with %Lf but how
do i sprintf an int64_t?
so far i found that there exist multiple format strings
depending on the os... %Ld and %zd some people mention
i should use a PRid64 macro but this does not seem to
work also
any help is appreciated very much!
According to 'man 3 printf',
printf("%lld", myInt64);
should works. (this is two lower case'L', and mean long long).
_______________________________________________
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