Thank you both. The explanations were both wonderfully helpful, and it seems to work. Two questions though. First, when you do res[i++], does this increment i after it uses i as an index? I'm assuming thats the case, otherwise, you would have to have initialized i to -1. Second, when I run...