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