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: ...!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: technology discussion =?utf-8?Q?=E2=86=92?= does the world need a "new" C ? Date: Sat, 06 Jul 2024 15:23:47 -0700 Organization: None to speak of Lines: 18 Message-ID: <87le2eupl8.fsf@nosuchdomain.example.com> References: <871q48w98e.fsf@nosuchdomain.example.com> <87wmlzvfqp.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 07 Jul 2024 00:23:48 +0200 (CEST) Injection-Info: dont-email.me; posting-host="31bef4326a7de5d231f958bc2ab73da5"; logging-data="4185240"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WqKx60ZMXbDdJLTcC+EGA" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:GqgyaU1zzH31dGMIVCFPsEwJfHQ= sha1:PK9EZ+no7aRop9N+nWOqSCpOq5I= Bytes: 1750 Lawrence D'Oliveiro writes: > On Fri, 05 Jul 2024 11:46:38 -0700, Keith Thompson wrote: > >> No, arrays are not pointers. > > Except array indexing is designed to be indistinguishable from pointer > arithmetic. No, arrays are not pointers. Please read section 6 of the comp.lang.c FAQ, . C's treatment of arrays and pointers is a major point of confusion. Please don't make it worse. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */