My C++ program needs a block of uninitialized memory and a void* pointer to that block so that I can give it to a third party library. I want to pass control of
void*
for allocating memory to array/list use new[] other than that use new...