Pointers
A beginners guide to pointers in C++
Author: John Francis
Overview

When programming in C++, it’s inevitable that you’re going to run into pointers at some point. Pointers are all over C++. Especially if you are using a library or toolkit developed by professional developers, it’s nice to understand what pointers are and what they do.