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

Programmer Humor

32533 readers
551 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] 2 points 14 hours 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] 2 points 13 hours ago

I don't know, I just use printf