Anonymous - 2003-03-19

Hi Everyone,
I am facing a problem with allocating space in C++. I need a 500*500 large array of floats and ints. But everytime I try to allocate memory using malloc its gives me the above error.
Does C++ use the Virtual memory in case the stack gets flooded. Or else is there a method to overwrite the new and delete operators to explicitly allocate Virtual memory ??

Thanks a ton
Mandeep