Re: Enum advice please
Re: Enum advice please
- Subject: Re: Enum advice please
- From: Quincey Morris <email@hidden>
- Date: Wed, 7 Jan 2009 09:53:42 -0800
On Jan 7, 2009, at 03:12, Jeremy Pereira wrote:
enum was added to C after typedef. When I first started learning C
in the mid 80's (from K & R first edition), typedef already existed
as a keyword but enum didn't. In fact, I don't think enum became an
official part of C until the first ANSI standard was published.
However, your whole discussion still makes sense with the word
struct substituted for enum and I'm sure struct predates typedef.
Thanks for the correction. That would explain why I couldn't find
'enum' in the index of my copy of K & R. :)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden