Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What does this loop do?

Name: Anonymous 2007-02-06 2:26

for (;;)
    ;

I really don't know. I'm completely serious.

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