C++异常和SEH的区别(国外英文资料).docVIP

  • 12
  • 0
  • 约9.04千字
  • 约 12页
  • 2017-06-05 发布于河南
  • 举报

C++异常和SEH的区别(国外英文资料).doc

C异常和SEH的区别(国外英文资料)

C++异常和SEH的区别(国外英文资料) C + + and Windows exception handling (try, catch; __try, __finally; __try, __except) Topic: Int * p = 0 / / pointer to NULL Put ( hello ); __try { Puts ( in try ); __try { Puts ( in try ); * p = 13; / / causes an access () } __finally { Puts ( in finally ); } (1) Puts ( in except ); } Puts ( world ); / * Hello! In the try In the try In the filter In the finally In the except world * / So the question above, Ive listed the answer. C + + friends should not have seen the form of __try. __try, __finally; __try, __except, is a description of the exception handling usa

文档评论(0)

1亿VIP精品文档

相关文档