使用vc++6.0出现hello.exe - 1 error(s), 0 warning(s)
代码f5后出现--------------------Configuration:hello-Win32Debug--------------------Compilin...
代码
f5后出现
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
hello.c
c:\program files\microsoft visual studio\hello\hello\hello.c(3) : error C2449: found '{' at file scope (missing function header?)
c:\program files\microsoft visual studio\hello\hello\hello.c(6) : error C2059: syntax error : '}'
执行 cl.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
是什么意思 展开
f5后出现
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
hello.c
c:\program files\microsoft visual studio\hello\hello\hello.c(3) : error C2449: found '{' at file scope (missing function header?)
c:\program files\microsoft visual studio\hello\hello\hello.c(6) : error C2059: syntax error : '}'
执行 cl.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
是什么意思 展开
2个回答
展开全部
c语言程序必须有一个主函数。你少写了大早。完整的乱仿培应该是这样哗唯的:
#include<stdio.h>
void main()
{
printf("hello,word\n");
}
#include<stdio.h>
void main()
{
printf("hello,word\n");
}
追问
加上之后
Configuration: hello - Win32 Debug
Compiling...
hello.c
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/hello.exe"
执行 link.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
更多追问追答
追问
加上之后
Configuration: hello - Win32 Debug
Compiling...
hello.c
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/hello.exe"
执行 link.exe 时出错.
hello.exe - 1 error(s), 0 warning(s)
追答
你重新建立工程,如果你用VC++6.0的话,你别建立空文档,选择c++file之后,创建第三个helloword工程
或者选择第二个
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询