C++ Pointers. Unlike variables, which store or contain a value, a pointer references the memory address of a value. In this video, you will learn about pointers in c++. You will also learn how to get the memory address of an object, how to dereference a pointer, and use the arrow operator to access methods and fields of an object through a pointer.
C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE
Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp
Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY
Subscribe for more coding tutorials !