this post was submitted on 13 Jul 2026
134 points (96.5% liked)

Programmer Humor

32285 readers
2480 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 26 points 2 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 0 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.