Re: *?
Re: *?
- Subject: Re: *?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 22 Jun 2001 21:22:52 +0100
all obj-c objects are pointers, they are never statically allocated.
myArray is actually a pointer to an NSMutableArray. i'm surprised your C
book doesn't have more on pointers, they're a fundamental thing that you
need to understand, and are not terribly easy to grok in the beginning.
-- Finlay
On Friday, June 22, 2001, at 07:06 pm, email@hidden wrote:
which says that myArray is of type "NSMutableArray" instead of generic
type "id". But there is no explanation that I can find as to what
the * does or means in the first two examples. My copy of Kernighan
and Ritchie just came and I looked there, but all I could find was a
usage somewhat similar on page 94 that uses the * to indicate that an
argument is a pointer to a type. So, all I can guess is that in the
example:
- Follow-Ups:
- Re: *?
- From: Carlos Weber <email@hidden>
- Re: *?
- From: Russell Ahrens <email@hidden>
References: | |
| >*? (From: email@hidden) |