Pointers To Objects

From RAD Studio
Jump to: navigation, search

Go Up to Pointers Index (C++)

A pointer of type "pointer to object of type" holds the address of (that is, points to) an object of type. Since pointers are objects, you can have a pointer pointing to a pointer (and so on). Other objects commonly pointed at include arrays, structures, unions, and classes.