readme.txt
来自「《Visual C++除错手册》附盘.zip」· 文本 代码 · 共 11 行
TXT
11 行
This README file is for the code diskette that accompanies the book
"Debugging Visual C++ Windows". It consists of several Visual C++ v5.0
workspace/projects. You should create directories on your machine and copy
these projects to your hard drive, then build and run them. Make sure
TRACE is enabled, and run the executeable(s) in DEBUG mode.
Example 1 - Demonstrates the #pragma compiler directive, ASSERT, and TRACE
Example 2 - Demonstrates the use of memory state checking
Example 3 - Demonstrates how to retrieve error messages for GetLastError()
Example 4 - Demonstrates compiler bugs in divide by 0, ternary conditional
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?