摘要:
C++异常处理的语法try{ ... throw aSomeException; ...}catch(SomeException e){ //code to handle the exception ... //optional rethrow throw; ...}或try{ ... //call a function that throws exception foo(); ...}catch(SomeException e){ //code to handle the exception ...}异常的特性:抛出异常如果没有被处... 阅读全文
posted @ 2013-04-18 17:13
RichardUSTC
阅读(229)
评论(0)
推荐(0)

浙公网安备 33010602011771号