Tag: Exception handling
Graphics Using Xlib, Part 2: Writing Programs
This article applies the concepts explained in Part l of this series with a sample program.
In case you have forgotten the concepts, a quick...
Joy of Programming: Levels of Exception Safety
The concept of "exception safety" is important for programming in the presence of exceptions. In this article, we'll look at different levels of exception...
Joy of Programming: Abort, Retry, Fail?
Exception handling is tricky to get right. In this column, I present some guidelines for writing good exception handling code, by giving real-world (counter)...