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 <vades9$1h4gs$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vades9$1h4gs$1@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Vir Campestris <vir.campestris@invalid.invalid>
Newsgroups: comp.lang.c
Subject: Re: Top 10 most common hard skills listed on resumes...
Date: Sat, 24 Aug 2024 21:12:56 +0100
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vades9$1h4gs$1@dont-email.me>
References: <vab101$3er$1@reader1.panix.com>
 <vad7ns$1g27b$1@raubtier-asyl.eternal-september.org>
 <vad8lr$1fv5u$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 24 Aug 2024 22:12:57 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="50e601a749e639b6eef62c3a8821e157";
	logging-data="1610268"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+rW9/RdDxbgiqIzdIpmIzVI8cHGOgajvk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:4aURbMg5kFoZjqYL7uDOv2dMNDY=
Content-Language: en-GB
In-Reply-To: <vad8lr$1fv5u$1@dont-email.me>
Bytes: 1970

On 24/08/2024 19:27, Bart wrote:
> 
> C++ incorporates most of C. So someone can write 'C++' code but can 
> still have most of the same problems as C.
> 
> Meanwhile real C++ code has several times more boilerplate than C. HTF 
> you can even discern your actual program amidst all that crap is beyond me.
> 
> There /are/ proper higher level languages than both C and C++. You can 
> use one to help develop a working application, then porting that part to 
> C is a quicker, simpler and safer process.

Up there someone is asking about a valgrind leak they can't find.

Over in comp.lang.c++ we write wrappers around the memory management if 
we can't find a system class that will do it for us, and that's no 
longer an issue.

(There are still all sorts of memory problems, but if you are leaking 
you are doing Something Wrong.)

Andy