• 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: Enumerated lists - (Sorry for the stupid questions.)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enumerated lists - (Sorry for the stupid questions.)


  • Subject: Re: Enumerated lists - (Sorry for the stupid questions.)
  • From: Rob Rix <email@hidden>
  • Date: Tue, 25 Sep 2001 09:15:14 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

enum HexConditions {
fine = 0,
rubble,
fire,
smoke
};

Try changing that to:

typedef enum {
fine = 0,
rubble,
fire,
smoke
} HexConditions;

I don't know that it will work, but it's a suggestion, anyway.

- -- Rob

Witticism forthcoming.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE7sINznZTWcucI1tgRAleVAJwK39gMiaHHoKby2VzJOPx2R9iHywCgqM0Q
EJEI4Ad5jcb0gOC7j7CfLbc=
=mVUf
-----END PGP SIGNATURE-----


References: 
 >Enumerated lists - (Sorry for the stupid questions.) (From: email@hidden)

  • Prev by Date: Enumerated lists - (Sorry for the stupid questions.)
  • Next by Date: Re: Enumerated lists - (Sorry for the stupid questions.)
  • Previous by thread: Enumerated lists - (Sorry for the stupid questions.)
  • Next by thread: Re: Enumerated lists - (Sorry for the stupid questions.)
  • Index(es):
    • Date
    • Thread