Sujet : Re: Top 10 most common hard skills listed on resumes...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 31. Aug 2024, 01:01:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vatmhh$mhl0$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Pan/0.160 (Toresk; )
On Fri, 30 Aug 2024 10:43:10 +0200, Bonita Montero wrote:
Am 30.08.2024 um 05:21 schrieb Lawrence D'Oliveiro:
Do you have any examples of C++ code that deals with the levels of
indirection in the Linux kernel?
I wanted to say that there are language facilities in C that put a
distance with the interface and the code behind it. In C this doesn't
exist. And there's no encapsulation that helps to manage such abstrac-
tions.
That’s a theoretical argument. I was making a practical one, by referring
to its use in actual, working code.