VisualC 调试时查看数组内容计算机等级考试
文章作者 100test 发表时间 2010:01:01 13:04:19
来源 100Test.Com百考试题网
Starting with Visual C version 6.0, it is now possible to expand an array pointer to view all array elements in the Visual C Debugger Watch window. This feature is not documented.
从 Visual c 6.0 版开始,现在可以展开 Visual c 调试器监视窗口中查看所有数组元素的数组指针。 此功能未记录。
In the Watch window, type an expression that evaluates to a pointer followed by a comma and the number of elements in the array.
在监视窗口中键入一个表达式,该表达式计算为后跟一个逗号和数组中的元素数的指针。
作为控制台应用程序生成下面的代码的调试版本。
// Filename main.cpp
// No compile option needed
#include