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

STR38-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.
\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] 21.3 Class template basic_string.

...

STR40STR37-CPP. Do not use the pointer value returned by c_str() after any subsequent call to a non-const member functionArguments to character handling functions must be representable as an unsigned char      07. Characters and Strings (STR)      STR39-CPP. Range check element access