C++ Pointers and Arrays

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



Duration: 10:11
243 views
16


C++ Pointers and Arrays, also known as Array Pointers. In this video, you will have a more in depth understanding of how an array works. Because an array is a contigious block of memory, we can use a pointer to point to an array's starting memory address. With a pointer, we can also modify the array using pointer arithmetic, which is how indexing works in an array. Basically, the syntax array[index] is equal to *(array + index), and you can use either one for arrays and pointers to arrays.

If you need to review these topics:
Arrays: https://youtu.be/TjIUYNdbmFk
Pointers: https://youtu.be/FSOnAszRFTk

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

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

Subscribe for more coding tutorials 😄!







Tags:
pointers in c++
pointers in C++
pointers c++
pointers C++
c++ pointers
C++ pointers
what are pointers c++
what are pointers C++
what are pointers in C++
what are pointers in c++
learn pointers c++
learn pointers in c++
learn pointers C++
learn pointers in C++
arrays and pointers c++
c++ pointers and arrays
c++ pointer array
c++ array pointer
c++ array pointers
c++ pointers to arrays
c++ pointer to arrays
c++ pointer arrays
pointers arrays c++