Sujet : Re: A Famous Security Bug
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 23. Mar 2024, 08:26:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <utm06k$3glqc$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
bart <
bc@freeuk.com> writes:
On 22/03/2024 17:14, James Kuyper wrote:
[...]
If you want to tell a system not only what a program must do, but
also how it must do it, you need to use a lower-level language than
C.
>
Which one?
That's up to you. The point is, C is NOT that language.
I don't think anyone seriously wants to switch to assembly for the
sort of tasks they want to use C for.
Why not? Assembly provides the kind of control you're looking for; C
does not. If that kind of control is important to you, you have to find
a language which provides it. If not assembler or C, what would you use?