Re: logical OR
Re: logical OR
- Subject: Re: logical OR
- From: Braden McDaniel <email@hidden>
- Date: Tue, 02 Sep 2008 15:43:39 -0400
Micah Sharp wrote:
I have a variable named "or" but XCode 3.1 is interpreting it as a
logical or ("||") and I'm getting compile errors. Anyway to turn that
behaviour off? I feel like I remember somewhere it was an option, but I
could be thinking about Codewarrior.
"or" is a C++ keyword. Don't use it as a variable name for the same
reason you don't name variables "if".
--
Braden McDaniel e-mail: <email@hidden>
<http://endoframe.com> Jabber: <email@hidden>
_______________________________________________
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
References: | |
| >logical OR (From: "Micah Sharp" <email@hidden>) |