Overview

Why use pointers?

What's a pointer?

Declaring pointers

Initializing/Setting pointers

Pointer operators

Pointer arithmetic

Pointers as parameters

Pointers vs. arrays

Array of pointers

Function pointers

 


    Basic information about Pointers in C++

  • Pointer declaration
  • Pointer implementation
  • Pointer operators
  • Pointer arithmetic
  • Pointers as function parameters
  • The relationship between pointers and arrays
  • Array of pointers
  • Functions pointers