文件名称:exception handling for c++
文件大小:74KB
文件格式:PDF
更新时间:2021-12-29 07:45:38
c++ exception
This paper outlines a design for an exception handling mechanism for C++. It presents the reasoning behind the major design decisions and considers their implications for implementation alternatives. The mechanism is flexible, comparatively safe and easy to use, works in a mixed language execution environment, and can be implemented to run efficiently. Two implementation strategies are described in some detail