Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple question



You are likely compiling the code as Objective C and not as Objective C++. Try renaming the source file with a ".mm" instead of an ".m" extension.

A C compiler will not recognize the case labels as integer constants, while a C++ compiler will.

Greg

On Sep 14, 2005, at 3:03 PM, Marcus S. Zarra wrote:


I am trying to set up some int constants to use in a switch. For some reason
I am being brain dead about it and can't seem to get it to work. What am I
doing wrong here?


<pre>
const int EXAMPLE_ONE = 1;
const int EXAMPLE_TWO = 2;

- (void)exampleMethod:(int)inputVar {
switch (inputVar) {
case EXAMPLE_ONE:
//blah
break;
case EXAMPLE_TWO:
//blah
break;
}
}

</pre>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden




Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden

References: 
 >Simple question (From: "Marcus S. Zarra" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.