this post was submitted on 20 Nov 2024
232 points (98.3% liked)

Programmer Humor

32542 readers
523 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
[โ€“] [email protected] 3 points 1 day ago (1 children)

does anything flush the buffers after the print, but before the break? otherwise, if the stream you're printing to is buffered, you're not necessarily gonna see any output

[โ€“] [email protected] 3 points 1 day ago

I don't know, I just use printf