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 <875xv45viu.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<875xv45viu.fsf@nosuchdomain.example.com>

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

Path: ...!2.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 <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Thu, 23 May 2024 09:43:21 -0700
Organization: None to speak of
Lines: 13
Message-ID: <875xv45viu.fsf@nosuchdomain.example.com>
References: <v2l828$18v7f$1@dont-email.me>
	<00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com>
	<v2lji1$1bbcp$1@dont-email.me>
	<87msoh5uh6.fsf@nosuchdomain.example.com>
	<f08d2c9f-5c2e-495d-b0bd-3f71bd301432@gmail.com>
	<v2nbp4$1o9h6$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Thu, 23 May 2024 18:43:22 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="04393c0e0d87ab29eec6bf33d59d4ed3";
	logging-data="1940239"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19/bbj2h22DZYZkjRvaudQK"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Cancel-Lock: sha1:m1arK7jnYYM8Ii9/TmzHeOOz1G0=
	sha1:f4S9nXyYyHWtqx7xL0cw1mN18pQ=
Bytes: 1654

bart <bc@freeuk.com> writes:
[...]
> I suspect that ones like 'embed' have been derived from C++ which
> always likes to make things too wide-ranging and much harder to use
> and implement than necessary.

No, C++ doesn't have #embed.  (If it did, many C compilers would already
have it, since C and C++ commonly share the preprocessor
implementation.)

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */