19.2 Alternative Mechanisms for Handling
Exceptions
Alternative (historical) ways of handling exceptional conditions:
- Assume errors will not occur
- Print an error message
- Special return values
- External flags
- Use assert to halt execution
- Error Handlers (callback functions
prev
|top
|next