++postcount is just pre-incrementing the variable. postcount++ is postincrementing, meaning it has lower priority than ++postcount. Although in this case it doesn't make any difference, since there's no surrounding context. And I spend too much time programming