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.