用vc进行调试时总是提示找 不到*.cpp文件
我在用vc进行调试时总是提示找 不到*.cpp文件,而不能进行,希望各位告诉我这是怎么回事.现我举个例子说明.
hello 程序:
#include"iostream.h"
void main()
{
cout<<"Hello Word!\n"<<endl;
}
我按f10,运行到最后时提示:Please enter the path for crto.c
此时不关你选择哪个路径都回提示:No file by that name was found in this directory.
如果选择cancle则进入汇编语言界面,继续按F10直至结束,结果界面没有内容.
如果开始时按F11,则运行到cout语句行时提示,Please enter the path for ostream.cpp,然后和上面所说情况相同,
这里选cancle继续按F11接着会提示:,Please enter the path for iso.h
选cancle,继续 会提示,Please enter the path for strlen.asm
每次都选cancle相序提示:,Please enter the path for dbendw.cpp
,Please enter the path for streamb.h
,Please enter the path for iostrini.cpp
,Please enter the path for streamb.cpp
,Please enter the path for filebug.cpp
,Please enter the path for onexit.c
,Please enter the path for dbgheap.c
,Please enter the path for dbhook.c
,Please enter the path for expand.c
,Please enter the path for malloc.c
,Please enter the path for sbheap.c
,Please enter the path for memset.asm
,Please enter the path for streamb.h
,Please enter the path for iostrini.cpp
,Please enter the path for ostream.cpp
等等,很多这样的提示,(注:每次都选择cancle,并接着按F11)
我不知道这是为什么,我直接运行的时候是正确的,但分部时就提示这么多错误,我希望各位能给我一个答复.