Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Danger, Jason Robinson
1
Name:
Anonymous
2009-10-31 19:49
for(int i = 0; i != 10; i++)
for(int i = 0; i < 10; i++)
for(int i = 0; i != 10; ++i)
for(int i = 0; i < 10; ++i)
From the options above, number 3's the best, isn't it?
25
Name:
Anonymous
2009-11-01 14:21
>>22
Another thing the compiler can do for you. Christ people, stop fucking up your code, you're not helping.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List