this post was submitted on 13 Jul 2026
99 points (97.1% liked)

Programmer Humor

32306 readers
1553 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 

Edit: sorry I didn't realize I already posted this

you are viewing a single comment's thread
view the rest of the comments
[โ€“] thoughtfuldragon@lemmy.blahaj.zone 19 points 3 days ago (1 children)

I may have missed the joke but C++ doesn't have built in garbage collector. Even recent versions of the standard merely allow it but don't specify it is required.

[โ€“] mkwt@lemmy.world -1 points 2 days ago

People have written garbage collectors for C++, but just about no one used the standard library support that was in the standard.