posted 18 years ago
Hi ranchers,
no,
while((flag)?true:false)
this assigns nothing to the flag. It just returns true, when flag is true and false when flag is false.
It's just the same as if you simple coded
while(flag);
By the way, the continue does nothing here, it just jumps to the while clause.
Yours,
Bu.
all events occur in real time