Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as MSC21-CPP. Use inequality to terminate a loop whose counter changes by more than one.

...

Bibliography

Wiki Markup
\[[JLS 2005|AA. Bibliography#JLS 05]\] 15.20.1 Numerical Comparison Operators <, <=, >, and >=

...