VC++6.0英文编译生成obj文件报错
VC++6.0英文版在编译生成obj的时候会报错“Cpp1.obj-1error(s),0warning(s)”,不能再往下运行了。//test7.cpp:Defines...
VC++6.0英文版在编译生成obj的时候会报错“Cpp1.obj - 1 error(s), 0 warning(s)”,不能再往下运行了。
// test7.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hello World!\n");
return 0;
}
上面的这个语句编译的时候报错 展开
// test7.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hello World!\n");
return 0;
}
上面的这个语句编译的时候报错 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询