changes.mady.by.user cjohns
Saved on May 01, 2008
changes.mady.by.user David Svoboda
Saved on May 02, 2008
...
INT13-A. Do not assume that a right shift operation is implemented as a logical or an arithmetic shift
INT14-A. Distinguish bitmaps from numeric typesAvoid performing bitwise and arithmetic operations on the same data
INT15-A. Take care when converting from pointer to integer or integer to pointer