2

I always love when I pick C again just for fun. I'm really used to "print" something if I'm not sure about that in basically everything.

You wanna print something in C? Well unless you know what and where it is (no point of print-checking then), it'll just happily crash without any reported error. Not to mention if I wanna find a bug, I don't have to get a debugger! Printf alone is basically a breakpoint! Ah stupid me :D

Comments
Add Comment