What means

Can anyone tell me what means for(;;)
Try this link:

http://tinyurl.com/dhzpa3

Alternatively:

http://www.cplusplus.com/doc/tutorial/control.html

^^ If you start using it and have questions I'd be happy to help.
closed account (z05DSL3A)
1
2
3
4
for(;;)
{
    //loops forever
}
thanks
Topic archived. No new replies allowed.