鱼C论坛

 找回密码
 立即注册
查看: 1491|回复: 4

[已解决]第一章课的时候,检测的出现了错误,不明白

[复制链接]
发表于 2016-11-16 11:04:42 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
本帖最后由 zxsa 于 2016-11-16 13:27 编辑
#include {stdio.h}

void main()
{
        printf("世界,您好! \n");
}


检测的出现了错误,不明白
Compiling...
Hello world 3.c
d:\vc6.sp6\microsoft visual studio\myprojects\hello world 3\hello world 3.c(1) : error C2006: #include expected a filename, found '{'
d:\vc6.sp6\microsoft visual studio\myprojects\hello world 3\hello world 3.c(5) : warning C4013: 'printf' undefined; assuming extern returning int
Error executing cl.exe.


#include {stdio.h}
#include {math.h}

void main()
{
        double x, s;

        printf("input number:\n");
        scanf("%1f", &x);
        s = sin(x);
        printf("sin of %1f is %1f\n", x, s);

}


Compiling...
Hello world.c
d:\vc6.sp6\microsoft visual studio\myprojects\hello world\hello world.c(1) : error C2006: #include expected a filename, found '{'
d:\vc6.sp6\microsoft visual studio\myprojects\hello world\hello world.c(2) : error C2006: #include expected a filename, found '{'
d:\vc6.sp6\microsoft visual studio\myprojects\hello world\hello world.c(8) : warning C4013: 'printf' undefined; assuming extern returning int
d:\vc6.sp6\microsoft visual studio\myprojects\hello world\hello world.c(9) : warning C4013: 'scanf' undefined; assuming extern returning int
d:\vc6.sp6\microsoft visual studio\myprojects\hello world\hello world.c(10) : warning C4013: 'sin' undefined; assuming extern returning int
Error executing cl.exe.
最佳答案
2016-11-16 11:57:35
头文件括号打错了〈〉
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2016-11-16 11:57:35 From FishC Mobile | 显示全部楼层    本楼为最佳答案   
头文件括号打错了〈〉
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2016-11-16 11:58:38 From FishC Mobile | 显示全部楼层
自己动点脑,这么简单问题自己解决不了,你很难坚持下去
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-11-16 13:14:10 | 显示全部楼层
hb328496536 发表于 2016-11-16 11:58
自己动点脑,这么简单问题自己解决不了,你很难坚持下去

刚刚开始学,还不知道哪个符号是哪个,不好意思,占用你的时间了,谢谢你提供的帮助!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2016-11-16 23:29:16 | 显示全部楼层
...

其实我脾气确实还需要修炼哎……
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-27 15:36

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表