Quote Originally Posted by Elysia View Post
To be general, pointers just contain a memory address that can point anywhere. That is why a lot of crashes stems for pointers, as they can hold an invalid memory address.
However, the use of pointers is typically to point them at a storage somewhere. A storage box can be created in a number of different ways.

But you do have the general idea of what a pointer is for.
Yes, and if not, I will just read over that tutorial and these posts a dozen times.