Deutsch   English   Français   Italiano  
<lltt6uF4fseU4@mid.individual.net>

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

Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: alt.folklore.computers,comp.os.linux.misc
Subject: Re: TeX and Pascal [was Re: The joy of FORTRAN]
Date: 29 Sep 2024 20:55:59 GMT
Lines: 17
Message-ID: <lltt6uF4fseU4@mid.individual.net>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
	<5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
	<vcub5c$36h63$1@dont-email.me> <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com>
	<vcuib9$37rge$5@dont-email.me> <vcvuhh$3hroa$2@dont-email.me>
	<llhieuF8ej2U2@mid.individual.net> <20240925083451.00003205@gmail.com>
	<Pascal-20240925164718@ram.dialup.fu-berlin.de>
	<mdd4j63pmo1.fsf_-_@panix5.panix.com>
	<oJ-cnQSrLZDYdGX7nZ2dnZfqnPWdnZ2d@earthlink.com>
	<vdatb6$1l4ch$8@dont-email.me> <vdauah$1lq1u$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 8oiZAb//5vlPPNK1a0EeVwrNlTHp2HgVjJdm3lNhEl+HByefpn
Cancel-Lock: sha1:Aa1AGWGBn+zXBzStndvWjRNHzXw= sha256:lv3Ovk7EwNLBWOHCACTOk9NWS4Xe4DatjEF7AI8aC5Q=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 1927

On Sun, 29 Sep 2024 07:06:57 -0000 (UTC), Lawrence D'Oliveiro wrote:

> On Sun, 29 Sep 2024 07:50:14 +0100, The Natural Philosopher wrote:
> 
>> But they didn't. They tried to hack it and it was a disaster.
>> I hate OO.
> 
> But C++ isn’t really OO. It’s a kind of frankenmix of some OO-like
> features in with a bunch of other random things.

Part of the problem with C++, at least in the beginning, were the books 
claiming to teach the language. C++ has classes; everything has to be a 
class. C++ has inheritance; Dog goes 'woof' Cat goes 'meow'.  

My edition is old but Stroustrp's book was a lot more restrained than what 
most C++ programming books presented.