Hello all,
I have the following code:
typedef map<string, CNodeData*, less<string> > NodeData;
NodeData _datalist;
say I populate _datalist, then how can I iterate through it and delete all the CNodeData items?? So I dont have memory leaks.
Thanks!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Thread: map questionThreaded View
|
Click Here to Expand Forum to Full Width |