C++ Pointers Tutorial

Pointers provide a way to pass addresses instead of values. Pointers are used for dynamic memory allocation and make programs to adapt to runtime requirements. You can learn about pointers for free with this tutorial.