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 connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v33r0t$fftb$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v33r0t$fftb$2@dont-email.me>

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

Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Tue, 28 May 2024 05:45:02 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 7
Message-ID: <v33r0t$fftb$2@dont-email.me>
References: <v2l828$18v7f$1@dont-email.me>
	<v2o57g$1t5p4$1@raubtier-asyl.eternal-september.org>
	<7d0e8f25-a8ba-4995-9b90-ff35f85d423f@gmail.com>
	<v2p91e$26lpk$1@raubtier-asyl.eternal-september.org>
	<beffc569-3606-b627-ded9-93ce8478f2dd@please.ty>
	<20240525142325.517@kylheku.com> <v2ul1f$3aa7c$1@dont-email.me>
	<871q5o29af.fsf@nosuchdomain.example.com> <v2v7av$3d561$1@dont-email.me>
	<20240526153913.00007f65@yahoo.com> <v2vefo$3e72q$1@dont-email.me>
	<v2vh0f$3eaba$3@dont-email.me> <v2vjc8$3evcm$1@dont-email.me>
	<v2voe0$3fnv7$2@dont-email.me> <v2vqg2$3g7ue$1@dont-email.me>
	<v31h79$3uud9$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 28 May 2024 07:45:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f9fa71f6bded3e8519d33d87ee221dff";
	logging-data="507819"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+jmqb4Q38QYci/XaZks/mA"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:irdAZ4pV+c8+yhKJUyk3JrAWrd0=
Bytes: 1805

On Mon, 27 May 2024 10:45:28 +0200, David Brown wrote:

> Whichever compiler you use, I strongly recommend using only ".c" for C 
> files, and only ".cpp" for C++ files.

Some use .cc for C++ code as well. Looking at the Blender source tree, for 
example, I see a mix of .cpp and .cc.