Quote Originally Posted by vart View Post
while(true)

can cause a warning "conditional expression is constant"

while
Code:
for(;;)
does not such thing
Hmm, I wonder why that is. Surely both do the exact same thing?

QuantumPete