Overview
Explore the fundamentals of pointers in C++ through this comprehensive 42-minute video tutorial. Learn about basic syntax, memory allocation, and advanced concepts like polymorphism and smart pointers. Discover how to work with arrays, objects, and functions using pointers, while avoiding common pitfalls. Gain insights into stack pointers, memory management, and the proper use of shared and unique pointers. Ideal for beginners looking to deepen their understanding of this crucial programming concept.
Syllabus
Introduction
What is a pointer
Basic syntax
Pointing to memory
Arrays
Object
Stack
Pointer
Memory Allocation
Initialize Objects
Clean Up
Polymorphism
Instantiating Objects
Identifier SelfFunction
Address
Common Problems
Recap
Smart Pointers
Shared Pointers
Smart Pointer
Unique Pointer
Taught by
javidx9