View Single Post
  #3  
Old 12-11-2009, 06:34 AM
EnvisMJ EnvisMJ is offline
Member
 
Join Date: May 2009
Location: Purdue University, West Lafayette, Indiana
Posts: 44
2 questions about that,
Does the .remove() actually run the destructor also? Does it free up it's resources, etc?

Also, it throws a '...does not have .remove() function' error when I try to run it on my own class object. Do I need to do something special to include .remove()?
Reply With Quote