1.15.  Pointers and Memory Access

[ fromfile: pointers.xml id: pointers ]

C and C++ distinguish themselves from many other languages by permitting direct access to memory through the use of pointers. This section explains the basic pointer operations and modifiers, and introduces dynamic memory usage. Pointers can seem complicated at first. We discuss pointer use and misuse in more detail in Chapter 21, "Memory Access."