Quote Originally Posted by Harbinger
> But I really don't have such extra memory
Huh?
It's all virtual, what are you complaining about?
> Is it possible to allocate exactly what I want and nothing more ?
Yes, use an array.
But I need a list or another structure in which I can add elemets one by one, not to alloc at the beggining, let's say 200 elements and then fill it... is there any way ?