Subj : Re: realloc() issue on C++ To : borland.public.cpp.borlandcpp From : maeder Date : Mon Mar 21 2005 05:41 pm "Sebastian Ledesma" writes: > #include > > TArrayAsVector <*TMyObject> myVec(initialSize, 0 , delta); > for (i=0; i myVec[i] = new TMyObject(...) This is what I meant is "very cumbersome" to get right. Any of these new expressions can throw, requiring the already constructed objects to be destructed again. .