long long
long long
- Subject: long long
- From: David Cittadini <email@hidden>
- Date: Tue, 18 Jan 2005 04:25:22 +1100
Hi,
I am trying to get long long types to work. If I test long long by the following:
long long value = 64 - 1;
long long value1 = 1000000000;
long long value2 = 10000000000;
long long value3 = 0x1234567812345678;
The compiler warns that the last two definitions are "too large for a long type". That is not right, surely. Is there something special I have to do to get long longs to work?
Thanks, David. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden