Topic: 关于for的奇思怪想.

  Print this page

1.关于for的奇思怪想. Copy to clipboard
Posted by: top88222
Posted on: 2006-08-08 10:11

for的命令的格式如:
for(初值表达式;条件表达式;叠代因式){命令;}

我有个想法,能不在在"条件表达式"内,加入两条道路表达式呢?
for(int a=2;a<=100,a%2=0;a+=2),我曾经做过这样的尝试,但是无法编译.
我的格式错在哪?

Smile

2.Re:关于for的奇思怪想. [Re: top88222] Copy to clipboard
Posted by: hitaco
Posted on: 2006-08-08 10:13

别钻牛角尖。
上班没人代码会这么写

3.Re:关于for的奇思怪想. [Re: top88222] Copy to clipboard
Posted by: jimshen
Posted on: 2006-08-08 10:18

不可以,这个是C里边的语法,表达式2部分只能有一个表达式

for(int a=2;a<=100,a%2=0;a+=2)

而且 a%2=0 ===> a%2==0


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923