say iter1 and iter2 are both iterators *iter1++=*iter2++; what does this line means? Can anybody help explain? ++ and * which is done first? thanks