Re: x = 0; x += ++x + x++; x == 4?
Johannes Bauer wrote:
> Pete Becker schrieb:
>
>> A more important question, though, is "who cares?" Is it really
>> worhwhile spending time talking about the hypothetical meaning of an
>> expression that should never appear in real-world code? Even under
>> Java's rules, where the result is well defined, the code is
>> abominable.
>
> Exactly, I fully second that. I do not understand at all why this
> exact question comes up in this group (and in comp.lang.c, too, BTW)
> every few days. Kind of annoying. You should think people have more
> important problems.
Aw, those grown-ups and their "more important problems"! When
will they understand? <g>
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
|