this post was submitted on 05 Apr 2025
144 points (87.9% liked)

Programmer Humor

22914 readers
354 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] heavydust@sh.itjust.works 48 points 3 weeks ago (5 children)

No debate, std::endl can be a disaster on some platforms due to flushing crap all the time.

[โ€“] Rednax@lemmy.world 1 points 3 weeks ago

Considering std::cout should only directly be used when you are too lazy to place breakpoints, I totally get the decision to auto-flush.

load more comments (4 replies)