• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Simple question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Simple question


  • Subject: Simple question
  • From: "Marcus S. Zarra" <email@hidden>
  • Date: Wed, 14 Sep 2005 16:03:50 -0600

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Simple question
      • From: Pontus Ilbring <email@hidden>
    • Re: Simple question
      • From: Greg Herlihy <email@hidden>
  • Prev by Date: radio buttons
  • Next by Date: Retain cycle in NIB ?
  • Previous by thread: Re: radio buttons
  • Next by thread: Re: Simple question
  • Index(es):
    • Date
    • Thread