Re: How do I get NSRect to be the same as CGRect?
Re: How do I get NSRect to be the same as CGRect?
- Subject: Re: How do I get NSRect to be the same as CGRect?
- From: Gregory Weston <email@hidden>
- Date: Mon, 17 Dec 2007 07:39:30 -0500
Lachlan O'Dea wrote:
Is this the same reason for NSInteger being typedefed int under 32
bit, and
typedefed long under 64 bit? I didn't see why we couldn't just use
long
everywhere and be done with it.
Because we wouldn't necessarily be done with it. The word 'long'
means "at least 32 bits and not smaller than 'int'." Anything more
specific than that is up to the implementation.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden