Deutsch   English   Français   Italiano  
<vbvr73$fdts$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: James Kuyper <jameskuyper@alumni.caltech.edu>
Newsgroups: comp.lang.c
Subject: Re: Other programming languages (Was: Command line globber/tokenizer
 library for C?)
Date: Thu, 12 Sep 2024 18:50:11 -0400
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <vbvr73$fdts$1@dont-email.me>
References: <lkbjchFebk9U1@mid.individual.net> <vbumi6$8ipp$1@dont-email.me>
 <vbupqe$1t2d8$1@news.xmission.com>
 <vbus74$9k96$3@raubtier-asyl.eternal-september.org>
 <vbusji$1t31q$2@news.xmission.com>
 <vbut08$9rul$1@raubtier-asyl.eternal-september.org>
 <vbv212$altk$1@dont-email.me> <vbvq59$esm6$10@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 13 Sep 2024 00:50:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="b9f23d9775bb33ffcb5ee1acd65e24f2";
	logging-data="505788"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18cAHw9ApxhyPCnE4/zm7SnkXajVDVXw1I="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:qrJL2ksRsyDKRmx9g2lJ1E+LoJg=
Content-Language: en-US
In-Reply-To: <vbvq59$esm6$10@dont-email.me>
Bytes: 1872

On 9/12/24 18:32, Lawrence D'Oliveiro wrote:
> On Thu, 12 Sep 2024 17:40:17 +0200, Janis Papanagnou wrote:
> 
>> A lot of early C++ programs I've seen were just, umm, "enhanced" "C"
>> programs.
> 
> Given that C++ makes “virtual” optional instead of standard behaviour, I’d 
> say that C++ is in fact designed to be used that way.

Like many other aspects of C++, that was dictated by a necessity of
remaining a certain minimum level of backwards compatibility with
existing C code. You shouldn't draw any larger conclusions from that choice.