In C/C++, what does the following mean?
for(;;){ ... }
It's an infinite loop, equivalent to while(true)
. When no termination condition is provided, the condition defaults to true
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With