pointer to structure member reference?
pointer to structure member reference?
- Subject: pointer to structure member reference?
- From: Chunk 1978 <email@hidden>
- Date: Mon, 2 Nov 2009 19:58:58 -0500
having a bit of a time understanding this: ->
i think it's used to point to a member of a supplied argument of the method?
- (void)method:(NSRange *)aRange ofSize:(NSSize *)aSize
{
aRange->location = 0;
aSize->height = 4.0;
}
is it not possible to use dot notation here?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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