新微赢技术网

标题: 大哥大姐们,小弟问个很白痴的问题!请进!谢谢 [打印本页]

作者: ※为你歌唱※    时间: 2009-11-4 00:11
标题: 大哥大姐们,小弟问个很白痴的问题!请进!谢谢
#include<stdio.h>
main()
{
int i,m[8];
do
{
m[i]=2*i+2;
i++;
}
while (i<8&&i<=7);
printf("\n%d \n%d",m[4.3],m[4.7]);
}
错误提示:C:\tc\3\3.cpp(11) : error C2108: subscript is not of integral type
C:\tc\3\3.cpp(11) : error C2108: subscript is not of integral type
C:\tc\3\3.cpp(12) : warning C4508: 'main' : function should return a value; 'void' return type assumed
执行 cl.exe 时出错.
3.exe - 1 error(s), 0 warning(s)

我想求的I的2背的结果
但是 错误很多 是不是语法上就有很多错误 啊
小弟新学的 丢脸了
作者: 听雨飞扬    时间: 2009-11-4 00:11
小弟也是初学
但是看不懂搂主究竟是要求什么
我修改了下你的程序

高手们看看 有哪里不规范的
#include<stdio.h>
int main()
{
int i=0,m[8];
do
{
m[i]=2*i+2;
i=i+1;
}
while (i<8);
printf("%d\n%d",m[3],m[7]);
getchar();
}
作者: 紫色&飘蓝ぁ    时间: 2009-11-4 00:11
你有QQ吗
多少 加下
相互学习下!
133110955




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2