Re: Creating Menu Items from NSMutableArray
Re: Creating Menu Items from NSMutableArray
- Subject: Re: Creating Menu Items from NSMutableArray
- From: Andrew Pinski <email@hidden>
- Date: Sat, 17 Aug 2002 17:07:56 -0400
On Saturday, August 17, 2002, at 04:57 , Kyle Moffett wrote:
On Friday, August 16, 2002, at 07:23 PM, Andrew Pinski wrote:
A basic C error. The 'int index;' needs to come with all the other
variable declarations at the beginning of the function or block.
It is not a basic C error, it is basic pre-C99 error.
You should be glad this has changed for C99.
What's C99? I know C++ and Java don't have this problem,
but I've never heard of C99
ISO/ANSI C standard agreed in 1999, iso9899:1999.
There is also an ISO C in 1990 (same standard as the ANSI C in
1989), iso9899:1990.
The C++ standard was in 1989.
Thanks,
Andrew Pinski
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.