Versions Compared

Key

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

...

Wiki Markup
\[[ISO/IEC 14882-2003|AA. C++ References#ISO/IEC 14882-2003]\] Sections 3.9.3 CV-qualifiers and 3.10 Lvalues and rvalues (para. 13).
\[[Sutter 04|AA. C++ References#Sutter 04]\] Item 94: Avoid casting away const.

...

EXP04EXP34-CPP. Do not perform byte-by-byte comparisons between classes or structs      Ensure a null pointer is not dereferenced      03. Expressions (EXP)       EXP06      EXP36-CPP. Operands to the sizeof operator should not contain side effectsDo not convert pointers into more strictly aligned pointer types