Chapter 4. Study Guide

Conceptually, pointers are more challenging than other C++ features. Additionally, they involve a bewildering number of new operators. But, they also give the language much of its expressive and problem-solving power. Pointers appear and reappear throughout the text and into CS 2420. So, the time and effort you put toward understanding pointers, the related concepts, and the rather challenging syntax will pay huge dividends later.

Know