根据父母的身高预测儿子的身高,编码在visual2019中无法运行成功
发表在C语言图书答疑 2020-02-19 《零基础学C语言》第1章 C语言概述 16页-17页
是否精华
版块置顶:

#include<stdio.h>
#define HEG 0.54
float height(float father, float mother);

int main()
{
 float father;
 float mother;
 float son;

 printf("请输入父亲的身高:\n");
 scanf("%f", &father);

 printf("请输入母亲身高:\n");
 scanf("%f", &mother);

 son = height(father, mother);
 printf("预判儿子身高");
 printf("%.2f\n", son);c
 return 0;

float height(float father, float mother)
{
 float son = (father + mother) * HEG;
 return son;
}

 

1>C:\Users\Administrator\Desktop\C语言\Project1\Project1\hello.c(12,1): error 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)\Windows Kits\10\Include\10.0.18362.0\ucrt\stdio.h(1274): message : 参见“scanf”的声明
1>C:\Users\Administrator\Desktop\C语言\Project1\Project1\hello.c(15,1): error 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)\Windows Kits\10\Include\10.0.18362.0\ucrt\stdio.h(1274): message : 参见“scanf”的声明
1>C:\Users\Administrator\Desktop\C语言\Project1\Project1\hello.c(25,1): warning C4244: “初始化”: 从“double”转换到“float”,可能丢失数据
1>已完成生成项目“Project1.vcxproj”的操作 - 失败。 

分享到:
精彩评论 5
施先生
学分:6 LV1
2020-02-19
沙发

没有老师吗

李木子
学分:2954 LV11
2020-02-20
板凳

你好:

  scanf改为scanf_s

lkhight
学分:665 LV6
2020-02-23
地板

文件头部加一个

#define  _CRT_SECURE_NO_WARNINGS

或者在工程文件的预定义宏里面加 _CRT_SECURE_NO_WARNINGS

scanf_s 这种函数的使用,新手一般搞不定

小白鑫哆哆
学分:4 LV1
2020-03-02
4L

李木子 发表于2020-02-20 19:42

你好:

  scanf改为scanf_s

请问,为什么是这样的呢?谢谢!

李木子
学分:2954 LV11
2020-03-05
5L

vs认为scanf不安全

首页上一页 1 下一页尾页 5 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照