- 12
- 0
- 约9.04千字
- 约 12页
- 2017-06-05 发布于河南
- 举报
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
您可能关注的文档
- 2013毕业论文答辩的具体流程安排(国外英文资料).doc
- 2013湖北经济学院音乐鉴赏 - 副本(国外英文资料).doc
- 2013春北交《物流自动化》在线作业一,二(国外英文资料).doc
- 2013秋公共部门人力资源管理基础1(国外英文资料).doc
- 2013年5月商务管理综合应用试题及答案(国外英文资料).doc
- 2013秋华东理工公共部门人力资源管理基础1(国外英文资料).doc
- 2014上海市会计继续教育试题及答案(国外英文资料).doc
- 2013年春季中国石油大学可编程控制器原理及应用的三次在线作业答案(国外英文资料).doc
- 2014东财《工程经济学》在线作业三(国外英文资料).doc
- 2014东财《工程项目管理》在线作业三(国外英文资料).doc
最近下载
- 2025-2026学年小学科学沪教版四年级下册-沪教版(2015)教学设计合集.docx
- CB-T 4521-2022船舶行业企业工业管道和气体橡胶软管安全管理规定.pdf VIP
- DB62/T 3336-2025-建筑施工高处作业吊篮安全技术标准.docx VIP
- 中建四局《附着式升降脚手架安全管理培训》(PPT、PDF).pptx VIP
- 汉字的产生和造字法绪论.ppt VIP
- 2022-2023学年四川省成都市锦江区八年级(下)期末数学试卷及答案解析.pdf VIP
- 2025年新能源分布式光伏发电站在医院能源系统中的建设可行性研究.docx
- 偏差管理培训试题及答案.docx VIP
- 列车调度指挥 调度计划 1.车流调整.ppt VIP
- 【木质家具制造】XXX木制品制造有限公司职业病危害现状评价报告书.doc VIP
原创力文档

文档评论(0)