

exceptions4c
Like
Bring the power of exceptions to your C applications with this tiny, portable library.
Features
- Portable
- Error Logging
- GPLv3
Tags
- exception-handling
- c-library
- try-catch
exceptions4c News & Activities
Highlights All activities
Recent activities
No activities found.
exceptions4c information
No comments or reviews, maybe you want to be first?
What is exceptions4c?
Bring the power of exceptions to your C applications with this tiny, portable library.
This library provides you with a simple set of keywords (macros, actually) which map the semantics of exception handling you're probably already used to:
- try
- catch
- finally
- throw
You can use exceptions in C by writing try/catch/finally blocks. This way you will never have to deal again with boring error codes, or check return values every time you call a function.



