Does somebody has a nice way to allocate an array of objects using operator new ? The elements of the array have to be initialized to distint values. I was wondering wether the overloading of operator new() can handle this. Thanks in advance. -----Qing