Re: Initializing an Array
Re: Initializing an Array
- Subject: Re: Initializing an Array
- From: Bob Savage <email@hidden>
- Date: Tue, 22 Jan 2002 15:21:29 -0600
>
The real app code calls [[super alloc] init]
Hum... do you really mean this? because you should not be alloc-ing a new
memory space, you should only be setting self to the result of [super init].
Bob