[comp.lang.c] How to allocate an array of objects ?

zq@eecg.toronto.edu (Qing Zheng) (05/22/91)

  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