This post first appeared on my old C++ blog. You might have seen it before. I think by now we can all agree that exceptions are generally a good thing in C++. They allow us to separate the error handling from the general flow of control inside a program and also enable us to handle… Read More »
The post The little exception shop of horrors appeared first on The Lone C++ Coder's Blog.