C++ Null Pointers

preview_player
Показать описание
Null Pointers in C++. In this video, we will cover how to correctly declare multiple pointers in a single line and assign each one a memory address in a single line. In addition, we will talk about the nullptr, NULL, and 0, which should be assigned to a pointer that does not have a memory address to point to. We should never try to dereference a pointer that is not assigned a memory address as this could lead to segmentation faults.

If you need to review these topics:

C++ Playlist:

Install C++ with VS Code:

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

This is 100% the most clear and concise video on the topic of pointers! Thank you!

katmetgun
Автор

short and sweet video with a smooth af voice. Love it!!!

mfz