0
Any good recommendations to learn more about pointers especially to understand the terminology (heap, stack etc)?
2 Antworten
+ 1
Learning by doing is the best way for understanding how pointers work. Just use the code playground of SOLOLEARN and create some pointers containing references of variables and try to understand the accessibility of variables and pointers. As a suggestion for better understanding of heap and stack i can recommend you this link:
http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/
+ 1
Thanks for your response 🙂