Pointers in C++

The variable that stores the address of another variable (like foo in the previous example) is what in C++ is called a pointer :smiley:

Privacy & Terms