My opinion about the pointer

I think that the pointer is a memory address where a data is found, that is, as a direct access to a folder in Windows.

It is better to create a shortcut to a data, to copy that data several times, in addition to being much faster.

1 Like

Spot on! A pointer is a way to access memory with out actually messing around with the original object. It allows for easier data access but be careful because you can lose control of what you are pointing to and could lead to memory leaks.

Privacy & Terms