this post was submitted on 17 Sep 2024
34 points (94.7% liked)

C++

1720 readers
19 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
34
submitted 2 days ago* (last edited 2 days ago) by cmeerw to c/cpp
you are viewing a single comment's thread
view the rest of the comments
[–] sukhmel 14 points 2 days ago (1 children)

I think, the idea was along the lines of "because C++ was not memory-safe, and it has to stay compatible with how it was, there are still a lot of ways to not write memory-safely"

This makes sense, there are memory-safely features available but there are a lot of programmers that will never willingly use that features, because the olden ways are surely better

Other than that, I agree, when you're paid to fix an unfixable problem you will probably claim something like that and advocate for your solution being the only one that solves this