Versions Compared

Key

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

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

ARR39-CPP

3 (high)

3 (likely)

1 (high)

P9

L2

...

Bibliography

Wiki Markup
\[[Sutter 04|AA. Bibliography#Sutter 04]\] Item 100: Don't treat arrays polymorphically.

...

Wiki Markup
\[[Stroustrup 06|AA. Bibliography#Stroustrup 06]\] What's wrong with arrays?

...

ARR38ARR37-CPP. Do not add or subtract an integer to a pointer or iterator if the resulting value does not refer to a valid element in the array or containernon-array object      06. Arrays and the STL (ARR)      07. Characters and Strings (STR)ARR40-CPP. Use a Valid Ordering Rule