tut-2007-02-03.xml
来自「VC源码,开源测试工具.有助于VC++的学习与开发」· XML 代码 · 共 25 行
XML
25 行
<?xml version="1.0"?><changes><p>Microsoft Visual C++ 2005 is supported. This version of compiler supportsstandard C++ exception handling in accordance with the C++ standard. It means that only synchronous C++ exceptions thrown with a throw statement will be caught in a catch block. </p><p>TUT uses two models of exception: handling SEH and standard C++ exception handling. TUT expects that if any structured exception is raised it will be handled by nearer C++ catch handler. It was default behavior of the previousversion of compiler (option /EHs). But for the new version I have to turn onasynchronous exception handling (option /EHa).</p><p>Minors: Some polish work.</p><p>Note: I consider to stop maintain a lot of Makefiles due to lack of time andsupport only Jamfile.</p></changes>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?