Pointers to Pointers C++

preview_player
Показать описание
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:

C++ Playlist:

Install C++ with VS Code:

Subscribe for more coding tutorials 😄!
Рекомендации по теме
Комментарии
Автор

Thx... Can you dyn. new arrays of different types?

smaplessmap