I don't think I've ever had a problem with pointers, and it may be due to the way they were first introduced to me. I read a book that said to think of * as 'value-at' and & as 'address-of'. Well, except that the *…
I don't think I've ever had a problem with pointers, and it may be due to the way they were first introduced to me. I read a book that said to think of * as 'value-at' and & as 'address-of'. Well, except that the *…