home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!jsanders
- From: jsanders@symcom.math.uiuc.edu (John Eric Sanders)
- Subject: Re: Array of pointers to structures
- References: <Bt5Eq2.ExL@news.cso.uiuc.edu> <14893@ksr.com>
- Message-ID: <Bt6xyC.5sy@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: Math Dept., University of Illinois at Urbana/Champaign
- Date: Tue, 18 Aug 1992 17:58:58 GMT
- Lines: 13
-
- Thanx to all that helped--this is new territory and my brain must have
- been fried when I tried it the first time. (I think I was trying
- *ptr[x].elment[y] to access the data.) Looking at the examples, and
- with the words of wisdom from everyone, it looks like my code will
- work now (using ptr[x]->elment[y], or (*ptr[x]).elment[y])
-
- Thanks again.
-
-
- --
- The Jester (John E. Sanders) jsanders@symcom.math.uiuc.edu
- I have finally discovered the method to my madness. Unfortunately,
- there is more madness to my method than method to my madness.
-