To understand why pointers are fast you need to know
a pointer stores the address to a object like a variable
in memory and you need to know what that address is
doing.
Here is another really good lesson on pointers.
http://masters-of-the-void.com
The tutorial is called Masters of the Void and
Nice resource. I'm going to go through that just fir kicks and grins.
Bob S
> On Oct 24, 2016, at 08:15 , JB wrote:
>
> To understand why pointers are fast you need to know
> a pointer stores the address to a object like a variable
> in memory and you need to know