Deutsch   English   Français   Italiano  
<vthmfc$26ud$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: James Kuyper <jameskuyper@alumni.caltech.edu>
Newsgroups: comp.lang.c
Subject: Re: do { quit; } else { }
Date: Sun, 13 Apr 2025 20:56:12 -0400
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <vthmfc$26ud$2@dont-email.me>
References: <vspbjh$8dvd$1@dont-email.me> <vt31m5$2513i$1@dont-email.me>
 <vt3d4g$2djqe$1@dont-email.me> <vt3iqh$2ka99$1@dont-email.me>
 <vt5fed$ccri$1@dont-email.me> <vt5js2$g1t7$1@dont-email.me>
 <20250409142303.00004645@yahoo.com> <87ikndqabc.fsf@nosuchdomain.example.com>
 <20250410115501.000037a5@yahoo.com> <vt8ei8$2vn84$1@dont-email.me>
 <20250410080629.532@kylheku.com> <vt94q5$3jjod$1@dont-email.me>
 <vt9628$3hhr8$3@dont-email.me> <vtammh$174ev$1@dont-email.me>
 <vtavn9$1dp7m$3@dont-email.me> <vtb8nv$1plb2$2@dont-email.me>
 <vtba81$1qfbm$1@dont-email.me> <vtbc6o$1te2o$1@dont-email.me>
 <vtbhjv$24api$1@dont-email.me> <vtbn2k$293r1$1@dont-email.me>
 <vtc19j$2kqlj$1@dont-email.me> <vtc4r9$2nuos$1@dont-email.me>
 <20250413210303.00002153@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 14 Apr 2025 02:56:13 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="8eb48fd1a40bbe6e3060ca458c976fbf";
	logging-data="72653"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+bfYPEMrNLEmHOE08VdCxghRR8OD272eE="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:HyPrNInjMBR/7gDtVDO+pLeaRd4=
Content-Language: en-US
In-Reply-To: <20250413210303.00002153@yahoo.com>

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.