Re: Newbie question about _NSSize and NSSize
Re: Newbie question about _NSSize and NSSize
- Subject: Re: Newbie question about _NSSize and NSSize
- From: John Stiles <email@hidden>
- Date: Mon, 27 Aug 2007 09:32:17 -0700
BTW, one reason that this might be confusing is that C++ changed the
rules in this regard. In C++, the leading "struct" before a struct-
name was made unnecessary. So in C++, "_NSSize x" and "NSSize x"
really do mean the same thing.
And honestly, few people these days really learn straight C. Most of
us learn C++ syntax, even if you never learn about classes and member
functions. I mean, really, who doesn't like // comments?
On Aug 27, 2007, at 5:09 AM, Frank Bettger wrote:
Thanks Paulo, now I understand.
Frank
On 8/27/07, Paulo F. Andrade <email@hidden> wrote:
struct _NSSize size;
is the same as
NSSize size;
_______________________________________________
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:
40blizzard.com
This email sent to email@hidden
_______________________________________________
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