One of the best ways to get good at pointers in C++ is to really understand what is happening by drawing pictures. This video demonstrates an approach to visualize pointers and track what is happening in memory by drawing pictures. We walk through a full guided example and track what happens in memory as we manipulate memory and call functions using pointers.
See my full pointers lectures from my Intro to C++ class playlist for additional information and more detailed review of pointers (https://youtu.be/H0yRV-3gAXw). Additional practice problems available here: https://youtu.be/otaOQJ61QP8
Note: these videos are original lecture recordings I have been making for my own classes and am sharing here in case they may be helpful to others as well. These videos are currently a work in progress over the course of the semester. I welcome your comments and feedback.
Download
0 formats
No download links available.
C++ Pointers Practice with Solution: How to Visualize and Solve Pointer Problems by Drawing Pictures | NatokHD