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

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Thiago Adams <thiago.adams@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Top 10 most common hard skills listed on resumes...
Date: Sat, 24 Aug 2024 18:07:12 -0300
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <vadi20$1hgtj$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> <vades9$1h4gs$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 23:07:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="037cb61868c3c5d737443cb703c567e6";
	logging-data="1622963"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX193n7zhrumF7QTabZcU97dHlLerzWydpOU="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:OsbBe5UDv461rp7oygZKt2wUkqY=
In-Reply-To: <vades9$1h4gs$1@dont-email.me>
Content-Language: en-GB
Bytes: 2059

Em 8/24/2024 5:12 PM, Vir Campestris escreveu:
> 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.


I developed a static analyzer that can detect such types of leaks and 
make C code safer than C++ (better than RAII). The author did not 
provide the complete source; otherwise, I could have demonstrated the 
static analysis working on the code.