In previous episodes we generally worked with one object at a time: one ball, one grain of sand, and so on. In practice, we will generally want several of these. This is where arrays come in handy.
C++ Fast Track for Games Programming Part 10: Arrays
4