I've seen this on occasion in books I've read. But I've found no explanation.
for(;;)
{
// do some stuff
}
Is it kinda like "while(true)"? Basically an endless loop for polling or something? Basically something you'd do until you intensionally break the loop?
