[合集] Exception Handling in C# Programming - 葵花宝典
c*d
1 楼
☆─────────────────────────────────────☆
baton (rouge) 于 (Mon May 14 21:56:25 2007) 提到:
It seems to me that exception is not used extensively
in C++ system library source code, such as STL.
Is exception handling a feature of little use in C++?
Thanks.
☆─────────────────────────────────────☆
blueivan (bl.ue) 于 (Wed May 16 15:06:08 2007) 提到:
C does not have exceptions. There are some implementations uses goto or setj
mp. Both approaches are limited. If portability is not a problem, use
baton (rouge) 于 (Mon May 14 21:56:25 2007) 提到:
It seems to me that exception is not used extensively
in C++ system library source code, such as STL.
Is exception handling a feature of little use in C++?
Thanks.
☆─────────────────────────────────────☆
blueivan (bl.ue) 于 (Wed May 16 15:06:08 2007) 提到:
C does not have exceptions. There are some implementations uses goto or setj
mp. Both approaches are limited. If portability is not a problem, use