| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1171 人关注过本帖
标题:大家来找错
只看楼主 加入收藏
指向指针的指针
Rank: 1
等 级:新手上路
帖 子:339
专家分:0
注 册:2004-8-8
收藏
 问题点数:0 回复次数:18 
大家来找错

#include"stdio.h" main() { int x; for(x=21;x!=0;) { scanf("%x",&x); printf("%d %s",x,x); } getch(); }

大家来看看,这个程序到底有多少问题。。。。。。。

搜索更多相关主题的帖子: 大家 
2004-10-07 17:57
风中涟漪
Rank: 1
等 级:新手上路
帖 子:234
专家分:0
注 册:2004-8-9
收藏
得分:0 
没问题,可以运行

2004-10-07 18:45
指向指针的指针
Rank: 1
等 级:新手上路
帖 子:339
专家分:0
注 册:2004-8-8
收藏
得分:0 
没问题?我就是不知道问题在哪里(主要是问题太多),稍不留心就是一个死循环。。。。。。

/sign.png" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www./sign.png');}" onmousewheel="return imgzoom(this);" alt="" />
2004-10-07 18:48
小快乐
Rank: 1
等 级:新手上路
帖 子:42
专家分:0
注 册:2004-9-10
收藏
得分:0 

for(x=21;x!=0;)

x不等于0就一直循环下去.他设置拉,怕死循环就打个0然后回车.

不知道我理解对不对


爱看小说历史故事书吃零食玩游戏看漫画动画片种花看足球看美女看帅哥爱和小孩子玩.欢迎有同样爱好的加我qq229278452,请注明你的爱好
2004-10-07 19:02
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 

不对,循环的时候重新输入,没问题的。

2004-10-07 19:06
乌鸦丘比特
Rank: 1
等 级:新手上路
威 望:2
帖 子:625
专家分:0
注 册:2004-7-19
收藏
得分:0 

scanf函数和其他语句一起放在循环体里好象有时会出错,

也不知道是怎么回是……


我喜欢创造,一只扑腾着翅膀向天空飞翔的乌鸦
2004-10-07 19:26
忆楠
Rank: 1
等 级:新手上路
帖 子:721
专家分:0
注 册:2004-7-5
收藏
得分:0 
语法上没有错误......

点 鼠 标 , 救 饥 民 http://www./
2004-10-07 19:56
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 

哦,那是IO先读后读的问题,我在几个帖子都说过,具体找本书看看,例如

《C++ Distilled》,最近才翻译好的,很薄很快就可以看完且易懂,精品啊!

2004-10-07 20:32
指向指针的指针
Rank: 1
等 级:新手上路
帖 子:339
专家分:0
注 册:2004-8-8
收藏
得分:0 
到底什么原因
那是什么原因呀,我也是觉得语法没有错(我本来就是菜鸟)可就是不对头呀,尽是死循环。。。

/sign.png" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www./sign.png');}" onmousewheel="return imgzoom(this);" alt="" />
2004-10-08 13:12
神vLinux飘飘
Rank: 13Rank: 13Rank: 13Rank: 13
来 自:浙江杭州
等 级:贵宾
威 望:91
帖 子:6140
专家分:217
注 册:2004-7-17
收藏
得分:0 

同意 乌鸦的意见,我想scanf函数如同LIVE说的那样,是IO先读后读的问题。

那是不是在今后的循环中我们都要避免使用scanf这个函数呢?我不知道啦~~~


淘宝杜琨
2004-10-08 16:48
快速回复:大家来找错
数据加载中...
 
   



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

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