home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!ukma!wupost!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gecko.cis.ohio-state.edu!beery
- From: beery@gecko.cis.ohio-state.edu (brian david beery)
- Subject: Thanks for the info
- Message-ID: <1992Nov17.061653.28134@cis.ohio-state.edu>
- Sender: news@cis.ohio-state.edu (NETnews )
- Organization: The Ohio State University Dept. of Computer and Info. Science
- Date: Tue, 17 Nov 1992 06:16:53 GMT
- Lines: 26
-
- I would like to thank everyone who responded to my question about pointers
- and class objects. Basically, I needed to parenthesize the reference as
- follows:
- (*o).value=0;
- or:
- o->value=0;
- Thanks again to everyone who responded!
- -Brian Beery
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-