Sujet : Re: do { quit; } else { }
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 14. Apr 2025, 01:56:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vthmfc$26ud$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Mozilla Thunderbird
On 4/13/25 14:03, Michael S wrote:
On Fri, 11 Apr 2025 18:24:41 -0400
James Kuyper <jameskuyper@alumni.caltech.edu> wrote:
bart <bc@freeuk.com> writes:
[...]
Rubbish. Everyone finds C declaration syntax a nightmare.
>
I don't.
Combination of prefix and postfix modifiers in C decarations is hard to
follow for majority of C users. If for you it is easy then you belong to
minoity.
For me, the fact that the syntax for prefix and postfix modifiers in
declrations mirrors the syntax for prefix and postfix expressions makes
it relatively easy to understand. I'd find it a lot more confusing if
there were postfix expressions but I had to use prefix declarations to
declare things suitable for use in those expressions.