changes.mady.by.user Jeffrey Gennari
Saved on Mar 13, 2007
...
EXP03-A. Do not assume the size of a structure is the sum of the of the sizes of its members
EXP04-A. Prefer to manipulate Manipulate structures by individual members rather than as a block of memory
EXP05-A. Do not cast away a const qualification