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: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Hex string literals (was Re: C23 thoughts and opinions) Date: Fri, 21 Jun 2024 22:48:07 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: References: <00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com> <87msoh5uh6.fsf@nosuchdomain.example.com> <87y18047jk.fsf@nosuchdomain.example.com> <87msoe1xxo.fsf@nosuchdomain.example.com> <87ikz11osy.fsf@nosuchdomain.example.com> <87plt8yxgn.fsf@nosuchdomain.example.com> <87cyp6zsen.fsf@nosuchdomain.example.com> <874jahznzt.fsf@nosuchdomain.example.com> <87v82b43h6.fsf@nosuchdomain.example.com> <87iky830v7.fsf_-_@nosuchdomain.example.com> <87cyof14rd.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 22 Jun 2024 00:48:08 +0200 (CEST) Injection-Info: dont-email.me; posting-host="e2ad63ef29eb171d8254bd46738c313e"; logging-data="3555328"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX180KM6TLfRxqVc+7z0H9mTx" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:6RsSO4Wk3c0yg5lqnBkIqGeo9cQ= Bytes: 2528 On Fri, 21 Jun 2024 13:06:14 +0200, David Brown wrote: > - in the language that is most relevant for cooperation with C. Not sure why C++ is relevant to C at all, since C++ does pretty much everything that C does (if a bit differently) and more, which renders C essentially obsolete in that scenario. Where the usage of C would be more relevant is as an implementation language for CPU-intensive “engine” code meant to be callable from higher- level languages. For example, extension modules for Python. Being able to interoperate with such languages would be more of a benefit.