Sender: crough45 AT amc DOT de Message-Id: <97Aug19.140753gmt+0100.17053@internet01.amc.de> Date: Tue, 19 Aug 1997 13:12:44 +0100 From: Chris Croughton Mime-Version: 1.0 To: tcook AT nexus DOT edu DOT au Cc: djgpp AT delorie DOT com Subject: Re: C++ overloaded operators and operator preceedence Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Tom Cook wrote: > From the MSVC 1.00 docs: ... > Be warned, VC1.0 is OLD! This may have changed, but as far as > I know it's still right. As far as I can see that's been copied straight from the C++ spec. (the latest version of which can be looked at from http://www.maths.warwick.ac.uk/c++/pub/wp/html/cd2/), and hasn't changed noticably for a long time. Note that the operator called ?: is in fact the ternary operator, x ? y : z rather than some new two-character operator. Chris C