...
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