On the first pass through this chapter, the main thing to start to explore using are reference parameters. These allow you to create parameters which are used to update the passed in values.
Example
The following example uses pass by reference to allow update_player to change the values in player1, and to efficiently pass the player_data into draw_player.