Any good recommendations to learn more about pointers especially to understand the terminology (heap, stack etc)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Any good recommendations to learn more about pointers especially to understand the terminology (heap, stack etc)?

5th Jan 2017, 9:33 AM
thaMN
thaMN - avatar
2 Answers
+ 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/
5th Jan 2017, 10:24 AM
Alireza Bahram
Alireza Bahram - avatar
+ 1
Thanks for your response 🙂
6th Jan 2017, 7:54 AM
thaMN
thaMN - avatar