Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
What does this loop do?
1
Name:
Anonymous
2007-02-06 2:26
for (;;)
;
I really don't know. I'm completely serious.
5
Name:
Anonymous
2007-02-06 4:44
it's useful if you have multiple threads so you can do stuff like
for(;; Sleep(20))
{
if (newData) {
// handle data
}
}
etc
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List