What techniques can I use to avoid exceptions in C++, as mentioned in Google\'s style guide?
What I do is to never throw exceptions with my own code, and to "translate" or wrap any external code that does that.