|
Nice solution. I just thought I'd add; another conventional way to do an infinite loop is for (;;), which arguably is even clearer since it doesn't even have the 'dummy condition' constant 1.
Last edited by mackenga; Apr 28th, 2005 at 8:11 AM.
Reason: Darn smileys... :)
|