What's a nice explanation for pointers?
- by Macneil
In your own studies (on your own, or for a class) did you have an "ah ha" moment when you finally, really understood pointers? Do you have an explanation you use for beginner programmers that seems particularly effective?
For example, when beginners first encounter pointers in C, they might just add &s and *s until it compiles (as I myself…