Sujet : Re: C23 thoughts and opinions - why so conservative?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 24. May 2024, 02:06:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v2op72$2017t$3@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Fri, 24 May 2024 00:34:24 +0300, Michael S wrote:
On Thu, 23 May 2024 22:10:22 +0200 David Brown
<david.brown@hesbynett.no> wrote:
What program control construct would you like?
Ability to break from nested loops.
At least 90% of the time, when I want to exit from an inner loop in C,
there will be some kind of cleanup I need to do in the outer loop before
that can exit too. So the ability to jump straight out will rarely be
used.