changes.mady.by.user Robert C. Seacord
Saved on Jul 14, 2006
...
Use size_t for all integer values representing the size of an object
Provide adequate range checking
Understand integer conversion rules
Do not make assumptions about the type of a bit-field when used in an expression
Guarantee that integer operations do not result in an overflow
Guarantee integer ranges