Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Vir Campestris 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: References: 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: 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