I finally get the basics

I originally tried to learn C++ over 15 years ago but never managed to get my head around understanding the basic on pointers. This lecture alone has given me a clearer understanding of the creating pointers, the dereference (*pointer) and accessor (pointer->) operators (Also understand the address of variable ‘&’) While I understand there is a lot more to learn with them I have a better understanding of the basics from which I can confidently build upon. Thanks Ben

Privacy & Terms