Jump to content

C++ Programming/Operators/Pointers

From Wikibooks, open books for an open world

Pointers, Operator *

[edit | edit source]

The * operator is used when declaring pointer types but it is also used to get the variable pointed to by a pointer.