Confused with "pointers" in C++....

Apr 13, 2012 at 1:39am
Like I read the tutorials, but Imma kinda lost.

So there's "two" kinds of pointers, and they used to refer memory of another address and one that points and gets?

I'm kind of cloudy lol can anyone straighten this issue out?
Apr 13, 2012 at 2:03am
there is one kind of pointer. it points to the memory allocated by a variable.
Topic archived. No new replies allowed.