Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~130 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for nana0

I am getting the error from the title, when I try to execute this piece of code : list<Part>::iterator i = bullets.end(); --i; if (!dartCollided) { dartCollided = true; Part *temp = &(*i); &(*i) = new BrokenPart(*i); //line giving the error delete temp; } Could someone help me point out …

Member Avatar for Moschops
0
130