Mail Archives: djgpp/1997/08/19/08:15:52
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
- Raw text -