First page Back Continue Last page Summary Graphic
Buffer Over-Runs
Modern computer memory is divided into 8 bit bytes
All data types (integers, floating point numbers and strings) are represented by some collection of these bytes
For example an integer on an Intel Pentium processor is 32 bits long and consumes 4 bytes.