1>------ 已启动生成: 项目: 302, 配置: Debug Win32 ------
1>正在编译...
1>302.c
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(8) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(306) : 参见“scanf”的声明
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(12) : warning C4013: “getech”未定义;假设外部返回 int
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(17) : error C2449: 在文件范围内找到“{”(是否缺少函数头?)
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(24) : error C2059: 语法错误 : “}”
1>生成日志保存在“file://c:\Users\scy\Documents\Visual Studio 2008\Projects\302\302\Debug\BuildLog.htm”
1>302 - 2 个错误,2 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
错误是这样的~~~
1>正在编译...
1>302.c
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(8) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(306) : 参见“scanf”的声明
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(12) : warning C4013: “getech”未定义;假设外部返回 int
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(17) : error C2449: 在文件范围内找到“{”(是否缺少函数头?)
1>c:\users\scy\documents\visual studio 2008\projects\302\302\302.c(24) : error C2059: 语法错误 : “}”
1>生成日志保存在“file://c:\Users\scy\Documents\Visual Studio 2008\Projects\302\302\Debug\BuildLog.htm”
1>302 - 2 个错误,2 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
错误是这样的~~~