...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ARR32-CPP | 3 (high) | 2 (probable) | 1 (high) | P6 | L2 |
...
Bibliography
Wiki Markup |
---|
\[[Meyers 01|AA. Bibliography#Meyers 01]\] Item 43: Prefer algorithm calls to hand-written loops. \[[Sutter 04|AA. Bibliography#Sutter 04]\] Item 84: Prefer algorithm calls to handwritten loops. \[[Kalev 99|AA. Bibliography#Kalev 99]\] ANSI/ISO C+\+ Professional Programmer's Handbook. \[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] Section 24: Iterators Library. |
...
VOID STL00ARR31-CPP. Understand how container classes are stored VOID 14. Templates Use consistent array notation across all source files 06. Arrays and the STL (STLARR) ARR34ARR33-CPP. Use Valid Iterator RangesGuarantee that copies are made into storage of sufficient size