Code, part 2
Shape* head = 0;Shape* tail = 0;
Shape::Shape(){ forw = tail; back = 0; (tail? tail->back: head) = this; tail = this;}
Previous slide
Next slide
Back to first slide
View graphic version