Click here to Skip to main content
15,888,803 members

Comments by newbie@work (Top 5 by date)

newbie@work 23-Oct-12 6:27am View    
All right! Thanks
newbie@work 23-Oct-12 5:43am View    
I am trying to iterate. I am doing something wrong I guess. Please see this
for(it=Vector.begin();it!=Vector.end();it++)
{

delete *it;
Vector.erase(it);

}
newbie@work 17-Oct-12 8:44am View    
Thank you guys. I was doing the same thing, one crazy error was that I was declaring the structure in the same locale scope. Because of which I couldnt store the object in the map. Stupid, Stupid me!
newbie@work 15-Oct-12 7:43am View    
Deleted
<node name="abc" value="1">-1,-1,-1
newbie@work 15-Oct-12 7:41am View    
C++