Re: NSArray - waste of time?
Re: NSArray - waste of time?
- Subject: Re: NSArray - waste of time?
- From: Marcel Weiher <email@hidden>
- Date: Thu, 26 Apr 2007 13:26:17 -0700
On 14,Apr 2007, at 11:29 , Nick Zitzmann wrote:
On Apr 14, 2007, at 12:26 PM, William Squires wrote:
What advantage does using an NSArray/NSMutableArray have over using
an ordinary C-style static/dynamic 'array'?
It's easier to program, and an index overrun doesn't crash the
program.
It grows/shrinks automatically, handles retain/release memory
management, has various searching/sorting methods built-in,...
Marcel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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