What does:
for(;
do?
TIA
What does:
for(;
do?
TIA
Huh?
It looks like you are winking at us, TBH.
It's an infinite loop, same as doing while(true)
#define EVER (;;)
...
...
for EVER
{
Â
}
I guess the smiley was caused by the second semicolon, let me try it again....;;;
Anyway thats what I kinda thought but wanted to make sure before causing myself hours of debugging
TNX all
Please use code tags.
Please edit your post, select the code, and put it between [code] ... [/code] tags.
You can do that by hitting the "Code" icon above the posting area. It is the first icon, with the symbol: </>