由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ exception handling 一问
相关主题
[合集] Exception Handling in CGo难成大器
Two questions about handling exceptions in C++c++:exception 一问
C++ Q15: throwc++ exception 一问
C++ Exception QuestionA try-catch problem in C++
一道编程题 - throw ExceptionsC++: exception: out-of-order execution?
how to test exception handling code?请教:函数后面的 throw() 有意义么?
请教exception handling的python问题《Exceptional C++ Style》这本书值得看么?
批判 godoes this line get executed after exception caught
相关话题的讨论汇总
话题: c++话题: exception话题: catch话题: exceptions话题: handling
进入Programming版参与讨论
1 (共1页)
z*y
发帖数: 1311
1
I use visual studio 2005.
"try" 和 "catch (...)" 能catch住所有的exception吗?怎么我用了以后程序还是报
错有unhandled exception呢(从debug看try/catch放的位置应该是对的)?
thanks for the help.
c**a
发帖数: 316
2
不能。

【在 z*y 的大作中提到】
: I use visual studio 2005.
: "try" 和 "catch (...)" 能catch住所有的exception吗?怎么我用了以后程序还是报
: 错有unhandled exception呢(从debug看try/catch放的位置应该是对的)?
: thanks for the help.

s*****g
发帖数: 323
3
可以把

【在 c**a 的大作中提到】
: 不能。
p***o
发帖数: 1252
4
It can catch all C++ exceptions but not win32 exceptions (google SEH).

【在 s*****g 的大作中提到】
: 可以把
p****o
发帖数: 1340
5
hardware exceptions cannot be caught neither.

【在 p***o 的大作中提到】
: It can catch all C++ exceptions but not win32 exceptions (google SEH).
1 (共1页)
进入Programming版参与讨论
相关主题
does this line get executed after exception caught一道编程题 - throw Exceptions
C++ namespace 弱问how to test exception handling code?
c++的问题请教exception handling的python问题
C++ 用户定义exception的标准用法是什么?批判 go
[合集] Exception Handling in CGo难成大器
Two questions about handling exceptions in C++c++:exception 一问
C++ Q15: throwc++ exception 一问
C++ Exception QuestionA try-catch problem in C++
相关话题的讨论汇总
话题: c++话题: exception话题: catch话题: exceptions话题: handling