The draft named Robust design techniques for C Programs by David Turner introduce a modern languages like approach for exception handling in C. It speaks about four approaches for error handling in C.
1. Being extremely paranoid.
2. Implementing transactions which in concept similer to commit/rollback approach in databases.
3. Structured Exception Handling(SEH)
4. Cleanup stack exception handling(CSEH)
Of the [...]
Archive for January, 2009
Writing robust programs in C
Posted in Uncategorized, tagged Axis2/C, Error handling in C, Exception Handling in C, wsf/C on January 8, 2009 | Leave a Comment »