Show Nav
 
Featured

Way Better Error Handling in C Using CException

Error handling schemes tend to add all kinds of complexity and ugliness to C code—especially in low-level programming where error cases are most prevalent.
All Posts