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: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: James Kuyper Newsgroups: comp.lang.c Subject: Re: C23 on MSVC Date: Thu, 23 Jan 2025 02:35:20 -0500 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Date: Thu, 23 Jan 2025 08:35:21 +0100 (CET) Injection-Info: dont-email.me; posting-host="31c72b4efd976f4522d1d4024f2c9062"; logging-data="1617805"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19sCiAp1Hxkv+9xj1Xnn7NJ7o8eCGm7qIU=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:7wS1FWPnUt3isuWNTZGwqhEZeYg= In-Reply-To: Content-Language: en-US Bytes: 1878 On 1/22/25 21:28, Jack Lemmon wrote: .... > compile it to be used by other objects. This is the same as in C or > C++. First release were in assembly and any enhancement were in the > same language = C or C++ respectively. Not quite - the original C++ compiler was Cfront, which produced C code which was then compiled by a conventional C compiler. Per Wikipedia: "As Cfront was written in C++, it was a challenge to bootstrap on a machine without a C++ compiler/translator. Along with the Cfront C++ sources, a special "half-preprocessed" version of the C code resulting from compiling Cfront with itself was also provided. This C code was to be compiled with the native C compiler, and the resulting executable could then be used to compile the Cfront C++ sources."