home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13715 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!usc!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!icd.ab.com!tinman.mke.ab.com!sage!larner
  3. From: larner@atd.mke.ab.com (Dan Larner)
  4. Subject: return type CObject*&
  5. Message-ID: <1992Sep15.205231.3237@tinman.mke.ab.com>
  6. Sender: usenet@tinman.mke.ab.com (NetNews server account)
  7. Nntp-Posting-Host: sage
  8. Reply-To: larner@atd.mke.ab.com
  9. Organization: Allen Bradley Co.
  10. Date: Tue, 15 Sep 1992 20:52:31 GMT
  11. Lines: 17
  12.  
  13. I've just begun to use Microsoft's foundation class libraries
  14. and have come across many member functions that are declared 
  15. with a CObject*& return type ( e.g. CObject*& GetHead(); )
  16. I think it has to do with assignment to function call results,
  17. but could someone please clarify the meaning and intended use
  18. of the *&   ?
  19.  
  20. ---
  21.  
  22. grep technokicks *.*  | more  +++++++++++++++++++++++++++++++
  23.                                                              |
  24. Dan Larner              larner@atd.mke.ab.com                |
  25.                                                              |
  26. Allen Bradley Co.       (414) 382-4096                       |
  27. All opinions expressed are solely my own, not my employer's. |
  28. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  29.  
  30.