Search Results

2
votes
3answers
2k views

Vector iterator not dereferencable

Hi, I have an abstract base class called Shape from which both Circle and Rectangle are derived, but when I execute the following code in VS 2005 I get the error Debug assertion failed. At …