• 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
Re: Simple question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple question


  • Subject: Re: Simple question
  • From: Pontus Ilbring <email@hidden>
  • Date: Thu, 15 Sep 2005 11:32:41 +0200

On 9/15/05, Marcus S. Zarra <email@hidden> 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?
>
> const int EXAMPLE_ONE = 1;
> const int EXAMPLE_TWO = 2;

Why not use enum instead?

enum {EXAMPLE_ONE = 1, EXAMPLE_TWO = 2};
 _______________________________________________
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

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

  • Prev by Date: Re: Programatically Change the Application Title Menu Item
  • Next by Date: Re: Disabling Display of JPG and PDF Files in NSTextView
  • Previous by thread: Re: Simple question
  • Next by thread: Retain cycle in NIB ?
  • Index(es):
    • Date
    • Thread