Thread Previous • Date Previous • Date Next • Thread Next |
Wayne, I think the lines involving operator new() may blow up at runtime when the corresponding delete [] is called. Have you tested this code? You should probably use the new OBJECT[size] syntax instead, so the new style matches the delete style. Dick
Thread Previous • Date Previous • Date Next • Thread Next |