Sometimes when I'm taking tutorials or looking at someone elses code, I realize that they sometimes have this
Code:
 **ptr
or
Code:
 *( ptr

... What does two pointers do, does it point to a pointer that it is itself. I keep trying to remember the definition of this statement but I never can get a good definition that I would stick into my brain...

Why do you need parenthesis as well, does that put a point FIRST, or?

thanks
jay