1/24/00
COM1100 Winter2000 Lecture 7
25
Difference between ++x and x++
n++x
nincrement x
nthen use new value
nx++
nuse old value of x
nthen increment x