What is the appropriate loop to deal with the instances?
example:
Qt Code:
foreach (Something* thing, a_map) { delete thing; }To copy to clipboard, switch view to plain text mode
What is the appropriate loop to deal with the instances?
example:
Qt Code:
foreach (Something* thing, a_map) { delete thing; }To copy to clipboard, switch view to plain text mode
Bookmarks