No, you would try to delete the list object. But you can put all pointers into the list and call orQt Code:
for(int i=0;i<list.size();i++) delete list[i];To copy to clipboard, switch view to plain text mode
No, you would try to delete the list object. But you can put all pointers into the list and call orQt Code:
for(int i=0;i<list.size();i++) delete list[i];To copy to clipboard, switch view to plain text mode
Valheru (1st October 2006)
Bookmarks