Home Tags Exception handling

Tag: Exception handling

Graphics Using Xlib, Part 2: Writing Programs

3
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

2
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?

1
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)...