Archive of UserLand's first discussion group, started October 5, 1998.
Re: Macintosh Programming Question
Author: Bruce Hoult Posted: 12/22/1998; 6:57:07 PM Topic: Macintosh Programming Question Msg #: 1678 (In response to 1622) Prev/Next: 1677 / 1679
>Answer: (**handle).member does it.handle[0]->member is what I usually use. It's *much* better when you want to follow several links and it doesn't take long to start mentally parsing "[0]->" as a single token.
(**(**(**a).b).c).d
vs
a[0]->b[0]->c[0]->d
There are responses to this message:
- Re: Macintosh Programming Question, Mike Cohen, 12/23/1998; 6:25:59 AM
This page was archived on 6/13/2001; 4:46:57 PM.
© Copyright 1998-2001 UserLand Software, Inc.