⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tut-2007-02-03.xml

📁 VC源码,开源测试工具.有助于VC++的学习与开发
💻 XML
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -