home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!agate!doc.ic.ac.uk!uknet!edcastle!aifh!news
- From: iab@cstr.ed.ac.uk
- Newsgroups: comp.lang.c++
- Subject: operator overloading
- Message-ID: <1992Nov16.200145.23491@aifh.ed.ac.uk>
- Date: 16 Nov 92 20:01:45 GMT
- Sender: iab@cstr.ed.ac.uk ()
- Reply-To: iab@cstr.ed.ac.uk ()
- Organization: Centre for Speech Technology Research, Edinburgh University
- Lines: 18
- Nntp-Posting-Host: liddell.cstr.ed.ac.uk
-
-
- I'm looking for some help with operator overloading. I have
- successfully overloaded operators acting on statically declared user
- defined classes but I would like to declare my classes dynamically and
- still use my overloaded operators. Is this possible, i.e. to use
- overloaded operators on pointers to a class without dereferencing
- explicitly.
-
- -- Iain Ballantyne (iab@cstr.ed.ac.uk)
-
-
-
-
- --
-
-
-
- ----------------------------------ooOOoo-------------------------------------
-