< Previous | Contents | Next >

Discussion Questions

1. Why should a game programmer use the STL?

2. What are the advantages of a vector over an array?

3. What types of game objects might you store with a vector?

4. How do performance characteristics of a container type affect the decision to use it?

5. Why is program planning important?