home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!news.forth.gr!news.forth.gr!kilitzir
- From: kilitzir@antigone.csi.forth.gr (Xristos Kilitzirakis)
- Newsgroups: comp.lang.c++
- Subject: References in GNU question
- Date: 6 Nov 1992 18:42:45 +0200
- Organization: Institute of Computer Science, FORTH Hellas
- Lines: 31
- Message-ID: <kilitzir.721067537@news.forth.gr>
- NNTP-Posting-Host: antigone.csi.forth.gr
- Summary: references in GNU
- Keywords: references,GNU,question
-
- Boys,
- I'm newly born in oop world , so these are my "why" questions:
- 1.Reference pointers
- suppose the following:
- class dd{
- char **p;
- public :
- friend z();
- };
- friendz()
- {
- ..
- dd ddd;
- char ** &p = ddd.p;
- ...
- }
- I got an error in GNU ,saying:
- : type mismatch in initialization of `p' (use `const').
- well, I don't know where to pu const !
- Is there an error?
- 2.Someone has put here the gnu c++ without putting the manual in man.
- Do you know where I can ftp the manual ?
- (for Sun's).
-
-
- Thanks in advance.
-
-
- I've got to change my panties,now -please e-mail them in
- kilitzir@csi.forth.gr
- kilitzir@csd.uch.gr
-