I have code very similiar to this:
LINT_rep::Iterator::difference_type LINT_rep::Iterator::operator+(const Iterator& right)const { return (this + &am
Subtracting two pointers gives you the distance between them. What would the result of adding two pointers be?