Pointers to Pointers C++

Subscribers:
50,600
Published on ● Video Link: https://www.youtube.com/watch?v=xGtGIzu7cME



Duration: 14:44
352 views
23


C++ Pointers to Pointers. In this video you will learn about pointers to pointers in c++, sometimes referred to as a double pointer. A pointer is a variable that holds a memory address. Because pointers are basically variables, they are also stored somewhere on the stack with a memory address location. Therefore we can create a pointer to a pointer. Using a pointer to a pointer, we can create 2D arrays, or matrices, on the heap.

If you need to review these topics:
2D Arrays: https://youtu.be/A4nX2f4xldQ
Pointers: https://youtu.be/FSOnAszRFTk
Pointers to Arrays/ Pointer Arithmetic: https://youtu.be/mlTjAmqtNA8
Null Pointers: https://youtu.be/1QMJQ8dCzJQ
Dynamic Memory Allocation: https://youtu.be/LFwq0cCyazA

C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE

Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY

Subscribe for more coding tutorials 😄!







Tags:
c++ pointer to pointers
c++ double pointer
pointer to pointers c++
pointer to points C++
C++ pointers to pointers
C++ double pointer
c++ double pointers
c++ pointers
c++ dynamic 2d arrays
2d dynamic arrays c++
C++ dynamic 2d arrays
2d dynamic arrays C++
2D arrays C++
C++ 2D arrays
c++ 2D arrays
c++ 2d arrays
c++ 2D dynamic arrays
c++ 2d dynamic arrays
2d dynamic arrays in c++
2d dynamic array in c++
c++ 2d dynamic array
2D dynamic arrays c++