FROM : Marcel Weiher
DATE : Thu Apr 26 22:26:17 2007
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
DATE : Thu Apr 26 22:26:17 2007
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
| Related mails | Author | Date |
|---|---|---|
| William Squires | Apr 14, 20:26 | |
| Nick Zitzmann | Apr 14, 20:29 | |
| Scott Stevenson | Apr 14, 20:34 | |
| Todd Heberlein | Apr 14, 22:02 | |
| Fen Soares | Apr 25, 23:02 | |
| Dave Camp | Apr 25, 23:26 | |
| mathew | Apr 25, 23:29 | |
| John Stiles | Apr 26, 00:09 | |
| Marcel Weiher | Apr 26, 22:26 | |
| Robert Walker | Apr 26, 23:07 | |
| Scott Anguish | Apr 27, 07:55 | |
| Scott Stevenson | Apr 27, 08:46 | |
| John C. Randolph | Apr 27, 11:27 |






Cocoa mail archive

