Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!3.eu.feeder.erje.net!feeder.erje.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: C23 thoughts and opinions Date: Sat, 01 Jun 2024 23:31:31 -0700 Organization: None to speak of Lines: 20 Message-ID: <87plsz26v0.fsf@nosuchdomain.example.com> References: MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 02 Jun 2024 08:31:32 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9a2d5102a2fad992644b471eb5e9e79e"; logging-data="3416800"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19T4dY5Gbdj7BHRsqK7FrlP" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:dJ7Fbk+R1hJ6pb1rs28tbMwj4Ww= sha1:BvJ52LTQF2b+t6FHoQz7PQyfcKQ= Bytes: 1508 Lawrence D'Oliveiro writes: > On Fri, 31 May 2024 17:55:13 -0500, Lynn McGuire wrote: >> while (1) > > Why not > > while (true) > > or even > > for (;;) > > ? Why do you ask? It makes no difference (except that "while (true)" is less portable to old compilers). -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */