VC 设置位置断点跟踪程序.rar
VC 设置位置断点跟踪程序,利用随机产生的数组来测试断点跟踪的效果,具体的实现代码: srand( (unsigned)time( NULL ) );//产生随机种子 int array[number]; CString str1,str2; str1="原始顺序:"; for(int i=0;i { array[i]=rand();//设置条件断点 str2.Format("%d ",array[i]); str1 =str2; } pDC->TextOut(20,10,str1);//输出原始数组顺序 BubbleSort(arra
文件列表
Debugtrace.rar
(预估有个19文件)
codesc.net
设置位置断点跟踪程序
DebugDemo
Resource.h
497B
Release
res
DebugDemoDoc.ico
1KB
Toolbar.bmp
1KB
DebugDemo.ico
1KB
DebugDemo.rc2
401B
暂无评论