Sujet : Re: TeX and Pascal [was Re: The joy of FORTRAN]
De : commodorejohn (at) *nospam* gmail.com (John Ames)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 01. Oct 2024, 15:58:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20241001075852.00001700@gmail.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Claws Mail 4.2.0 (GTK 3.24.38; x86_64-w64-mingw32)
On Tue, 1 Oct 2024 13:43:31 +0100
The Natural Philosopher <
tnp@invalid.invalid> wrote:
You can do that in straight C using one file per object and the
static keyword.
All that C++ gives you is a syntactical way to describe what you are
doing.
And frankly I find the syntax utterly confusing
Yup - as I said, C++ is just C with OOP features awkwardly bolted onto
it. Not a good example at *all.*