home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16387 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  938 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!agate!doc.ic.ac.uk!uknet!edcastle!aifh!news
  2. From: iab@cstr.ed.ac.uk
  3. Newsgroups: comp.lang.c++
  4. Subject: operator overloading
  5. Message-ID: <1992Nov16.200145.23491@aifh.ed.ac.uk>
  6. Date: 16 Nov 92 20:01:45 GMT
  7. Sender: iab@cstr.ed.ac.uk ()
  8. Reply-To: iab@cstr.ed.ac.uk ()
  9. Organization: Centre for Speech Technology Research, Edinburgh University
  10. Lines: 18
  11. Nntp-Posting-Host: liddell.cstr.ed.ac.uk
  12.  
  13.  
  14. I'm looking for some help with operator overloading. I have
  15. successfully overloaded operators acting on statically declared  user
  16. defined classes but I would like to declare my classes dynamically and
  17. still use my overloaded operators. Is this possible, i.e. to use
  18. overloaded operators on pointers to a class without dereferencing
  19. explicitly.     
  20.  
  21. -- Iain Ballantyne (iab@cstr.ed.ac.uk)
  22.  
  23.  
  24.  
  25.  
  26. --
  27.  
  28.  
  29.  
  30. ----------------------------------ooOOoo-------------------------------------
  31.