Subj : Re: largest memory block To : borland.public.cpp.borlandcpp From : Mohsen Date : Sat Mar 26 2005 06:56 am >[Assuming you don't know the eventual array size from the beginning, >or you'd initially allocate the right number of elements.] > >std::vector is required by the ISO C++ Standard to grow >exponentially. If I understand you right, that would help you both >performance and space wise. We are talking on vectors in general. Every set of data which is to be stored sequentially whether in stl::vector or BIDS TArray. Both of them I think work in a similar manner although TArray is now obsolete. Mohsen .