Exception Handling Mechanism

Huang Tuchen,Shao Beibei
DOI: https://doi.org/10.3969/j.issn.1009-623X.2009.12.024
2009-01-01
Abstract:Exception handling mechanism is a new and advanced feature in C++ language.Traditionally,programmers dealt with errors by returning an error code.Now the exception handling mechanism can provide a more effective approach for handling all kinds of possible errors.It also separates error-handling code from normal code,which greatly clarifies the code.MISCRA C++:2008 gives a number of related norms on how to use this feature safely and reliably.
What problem does this paper attempt to address?