Currently, we are throwing only on a fatal failure that occurs due to an external source (for example, data) and each time we try to catch the whole process.
When / Why / How should I use exceptions in modern C ++?
Does C ++ 11 change the answer to the above question?
David source
share