Re: Equality Operator Syntax
Re: Equality Operator Syntax
- Subject: Re: Equality Operator Syntax
- From: Jerry Krinock <email@hidden>
- Date: Sun, 26 Jun 2005 05:19:56 -0700
on 05/06/25 16:35, Ronnie O at email@hidden wrote:
> This may be elementary syntax
Yes, your question regards pure C, not Objective C or Cocoa.
> but I can't seem to locate an example
> or explanation on what exactly is go on with this statement:
>
> BOOL isOnDropTypeProposal = childIndex==NSOutlineViewDropOnItemIndex;
A Google "I'm Feeling Lucky" search instantly gives you a table of operator
precedence for C:
http://www.difranco.net/cop2220/op-prec.htm
_______________________________________________
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