Hacker News new | ask | show | jobs
by archangel_one 4714 days ago
A lot of code doesn't have exceptions; it might, for example, be written in C, or C++ in a place where exceptions aren't used. fprintf() and friends don't raise exceptions on failure.