Re: NSArray - waste of time?
Re: NSArray - waste of time?
- Subject: Re: NSArray - waste of time?
- From: "John C. Randolph" <email@hidden>
- Date: Fri, 27 Apr 2007 02:27:10 -0700
On Apr 14, 2007, at 11:26 AM, William Squires wrote:
What advantage does using an NSArray/NSMutableArray have over using
an ordinary C-style static/dynamic 'array'
C doesn't have arrays (or strings, for that matter), it just has
pointers that pretend to be arrays. This is the single biggest
security and reliability hazard in the language.
-jcr
_______________________________________________
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