home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!pipex!warwick!nott-cs!lut.ac.uk!cojm2
- From: J.March@lut.ac.uk
- Subject: Novice question
- Message-ID: <1992Sep5.030224.13196@lut.ac.uk>
- Reply-To: J.March@lut.ac.uk (Jon March)
- Organization: Loughborough University, UK.
- References: <1992Sep1.213224.7550@actrix.gen.nz> <79153@ut-emx.uucp>
- Date: Sat, 5 Sep 92 03:02:24 GMT
- Lines: 9
-
- I'm getting quite few "warning: assignment to this (anachronism)" messages
- from my compiler. I do actually want to do this, so how do I let my
- compiler know that I *really* mean it.
-
- By declaring "this" to be a *const, is "this" effectively being passed by
- reference? Thinking of the semantics here.
-
- Jon March
-
-