Learn how to use C++ pointers to control memory allocation and create smarter, more efficient C++ applications.
Overview
Syllabus
Introduction
- Welcome
- What you should know
- Exercise files
- Pointers defined
- Address vs. pointers
- Pointer memory
- Pointers to arrays
- Character pointers
- Dereferencing pointers
- Pointing to a pointer
- Dynamic allocation
- Passing pointers as arguments
- Stack and heap
- New and delete operators
- Next steps
Taught by
Peggy Fisher