Thanks for answer.
I have some examples how to use stl. so I can use it.
But I want to know that how does it allocate memory.
In link list privious store a pointer for another list and whenever we want to add we just allocate a new space and points to that space.
Similary
How does array manages the space?


Reply With Quote