新手小问题求解决
#include<stdio.h>int main()
{
printf("********************\n\n");
printf(" Very Good! \n\n");
printf("********************\n");
return 0;
}
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/作业1.exe"
执行 link.exe 时出错.
作业1.exe - 1 error(s), 0 warning(s)
组建时出现的
[ 本帖最后由 疯狂的字母 于 2011-8-29 12:52 编辑 ]