Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
while vs for
1
Name:
Anonymous
2010-07-02 13:41
Whats the difference?
24
Name:
Anonymous
2010-07-03 1:14
>>23
The standard
does
guarantee that the condition for a
while
loop is checked on every pass, however. If your compiler produces the same assembly for
while (1)
and
for(;;)
, it is
broken
.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List