Personally I have come to like:
for (size_t i = n; i --> 0 ;)
It has a) no funny -1
, b) the condition check is mnemonic, c) it ends with a suitable smiley.
Personally I have come to like:
for (size_t i = n; i --> 0 ;)
It has a) no funny -1
, b) the condition check is mnemonic, c) it ends with a suitable smiley.