• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode 2.0: what happened to long long?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 2.0: what happened to long long?


  • Subject: Re: XCode 2.0: what happened to long long?
  • From: Ken Brooks <email@hidden>
  • Date: Sun, 26 Jun 2005 20:51:09 -0400

>On 25 Jun 2005, at 14:25, Ken Brooks wrote:
>
>>This code quit compiling when I went to XCode 2.0.  What's up with long long?
>>
>>   typedef unsigned long long PathTrace;
>>
>>    const PathTrace trace0 = 0;
>>    const PathTrace trace1 = 0x8000000000000000;
>>
>>    long long myvar = 0x8000000000000000;
>>
>>The errors:
>>
>>/Users/ken/Programs/Cat & Mouse 2view + AI/TestFile.cpp:4: error: integer constant is too large for 'long' type
>>/Users/ken/Programs/Cat & Mouse 2view + AI/TestFile.cpp:6: error: integer constant is too large for 'long' type
>
>At 2:30 PM +0100 6/25/05, Frederick Cheung wrote:
>You need to append LL or ULL to the constant (eg 0x8000000000000000ULL)
>
>Fred

Thanks, Fred.  That fixed it right up.

Now, where was this NEW REQUIREMENT documented?  I read the 2.0 release notes carefully, and found nothing of the sort.

Ken Brooks
Sparkling Light Software
 _______________________________________________
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

  • Follow-Ups:
    • Re: XCode 2.0: what happened to long long?
      • From: Glen Low <email@hidden>
References: 
 >XCode 2.0: what happened to long long? (From: Ken Brooks <email@hidden>)
 >Re: XCode 2.0: what happened to long long? (From: Frederick Cheung <email@hidden>)

  • Prev by Date: Re: Xcode is running my app differently from within itself
  • Next by Date: compilter bug nighmare?
  • Previous by thread: Re: XCode 2.0: what happened to long long?
  • Next by thread: Re: XCode 2.0: what happened to long long?
  • Index(es):
    • Date
    • Thread