changes.mady.by.user Jeffrey Gennari
Saved on Mar 12, 2007
...
EXP02-A. The second operands of the logical AND and OR operators should not contain side effects
EXP03-A. Be careful using the sizeof operator to determine Do not assume the size of a structure is the sum of the of the sizes of its members
EXP04-A. Reserved
EXP05-A. Do not cast away a const qualification