I'm using VC++ 5.0
As far as I know ANSI C++ standard,
global operator new should throw std::bad_alloc
exception in case of memory lack.
However, it returns 0-pointer.
What's wrong with it?

Sincerely,

--Anton Yevgrafov