Pointer are useful

Pointers can be really useful when working on big games. When ever you need an asset or a larger data you need to load it. But if you use a pointer you call in the location of that asset rather then loading it in every single time. This saves run-time but if the program gets more complex u can get mixed up multiple pointer calling in the same address.

Privacy & Terms