Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

So I've just learned that C has no exceptions

Name: Anonymous 2014-10-25 14:06

Instead, they use some weird setjmp/longjmp shit.
Holy fuck, and some trolls here dare say that "C is a good language".

Name: Anonymous 2014-10-26 3:39

>>14
procedures are an adequate abstraction for exception handling

Adequate, yes. Ideal, no.

In the general case, handling error conditions requiring early termination of a procedure in C involves either deeply nesting conditionals, returning early, or using goto. Many compilers generate bad code for early returns, so if you are really concerned about performance and want to avoid nesting you are suck with goto.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List