标题:求指教,代码问题
取消只看楼主
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
结帖率:100%
已结贴  问题点数:20 回复次数:5 
求指教,代码问题
下面代码求指教
/* 本程序演示scanf()函数的简单使用*/
#include <stdio.h>

void main(void)
{
    int i_number=0;
    printf("\nPlease input a number:");
    scanf("%d",&i_number);
    printf("\nI got the number you inputed,it is %d",i_number);
}

代码编译运行之后,首先提示用户
Please input number:I      (I代表闪烁的光标)
,我随便出入一个数字,文件就直接关掉了。这是什么情况
正常程序输出结果应该是,例如输入198,按回车
I got the number you input,it is 198

搜索更多相关主题的帖子: include number 用户 
2017-04-08 23:49
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
得分:0 
回复 2楼 renkejun1942
大神,能具体点么?怎么在控制台下运行?我都是直接找到文件运行的
2017-04-08 23:53
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
得分:0 
回复 4楼 renkejun1942
我是计算机菜鸟,大神可以带个图么?
2017-04-09 00:01
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
得分:0 
回复 6楼 renkejun1942
我进入了F盘,要怎么找到目标文件
2017-04-09 00:27
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
得分:0 
回复 6楼 renkejun1942
我进入了,运行程序,还是一样的哦,不知道哪里出了问题?
2017-04-09 00:38
peng880610
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:128
专家分:123
注 册:2017-3-29
得分:0 
回复 9楼 吹水佬
还是不行哦,加两个getchar()也不行,按你那个代码也不行的。
2017-04-09 10:09



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-475917-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.122313 second(s), 9 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved