Re: NSArray - waste of time?
Re: NSArray - waste of time?
- Subject: Re: NSArray - waste of time?
- From: Scott Anguish <email@hidden>
- Date: Fri, 27 Apr 2007 01:55:36 -0400
On Apr 26, 2007, at 4:26 PM, Marcel Weiher wrote:
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,...
supports archiving, key-value operators, key-value observing...
_______________________________________________
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