No matter, how hard and how long I have studied the pointers, I always have problems with them when I start coding.
I know the basics. I know what they mean.
But I always get confused, when passing pointers to other functions;
when searching the memory using the pointers; when incrementing them, decreasing them.
My question is what did you do to master them? Is there any good books to help master them for good?
Thanks in advance.



LinkBack URL
About LinkBacks



Some people might tell you that I've mastered pointers, but some people will say anything.
Personally, I don't think it's possible to "master" anything non-trivial, and anyone that says they've mastered pointers is probably so full of themselves that they make rookie mistakes all the time.
Just do your thing and experience will do the rest.