Exception-Safe Coding in C++: Part I
Are you 100% confident that your code is exception-safe?
Safe exception usage is a problem that we've struggled with for decades.
You'll know how to create code that is easier to read and write, faster, and 100% robust in the face of exceptions.