Path: csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c++ Subject: Re: is "x *= ++f * ++f" a valid statement ? PLO Date: Fri, 21 Jun 2024 23:18:26 -0700 Organization: None to speak of Lines: 12 Message-ID: <87r0cpv6tp.fsf@nosuchdomain.example.com> References: <87v821vmon.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sat, 22 Jun 2024 08:18:27 +0200 (CEST) Injection-Info: dont-email.me; posting-host="a921bbd4938ad56818714429bbe0a6b9"; logging-data="3824274"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+rtpa9y9qeKmeAuLSl9HHe" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:rBkQgJ/8PAY66aTkZ94YonJJbbw= sha1:Rmgz9rXpAPaCO5OF+e9YXZUDoMY= Xref: csiph.com comp.lang.c++:119488 olcott writes: [...] > That is weird I wold have chosen left to right sequence. > I thought that the order of arithmetic operations specifies > left to right sequence. You may well have thought that. You were wrong. Do you understand that now? -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */