this post was submitted on 29 Aug 2024
904 points (97.9% liked)

Programmer Humor

32373 readers
556 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
[–] pelya@lemmy.world 35 points 2 months ago (7 children)

C++ is fiiiiine. Just use the modern variant of the language, don't bother with hand-optimizing your memory allocators, and generally avoid anything involving pointer arithmetics. So, basically, use it like you would use Python.

[–] raspberriesareyummy@lemmy.world 9 points 2 months ago (6 children)

So, basically, use it like you would use Python.

That's a great way to get performance as shitty as python's.

[–] zik@lemmy.world 41 points 2 months ago (3 children)

C++ can do a lot of things but one thing it can't do is perform as poorly as python.

load more comments (2 replies)
load more comments (4 replies)
load more comments (4 replies)