this post was submitted on 21 Nov 2023
189 points (89.9% liked)

Programmer Humor

32495 readers
293 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] observantTrapezium@lemmy.ca 28 points 1 year ago (3 children)

I've heard this trope before but I'm skeptic. I'm not a C expert but I can't believe memory bugs in that language are so much more benign than in C++.

[–] xmunk@sh.itjust.works 16 points 1 year ago

It is indeed a trope and a mostly false one - C++ introduces more dramatic ways to footgun yourself but a plethora of tools to make it easier to avoid them - in particular the built in library functions actually encourage good C++ programming practices...

Well, let's just ignore gets().

[–] aport@programming.dev 7 points 1 year ago

Memory bugs are only a tiny share of the foot guns in C++