This is a basic question but I've never really encountered this type of for loop before for(;;)
.
How do you use this type of loop?
Do you simply break from it by calling break;
?
I think this is a simple question but I can't find a solution online for it.