Re: memory allocation problems



"Steve Long" <Steve_Noneya@xxxxxxxxxx> wrote in message
news:OkbtP6iZFHA.612@xxxxxxxxxxxxxxxxxxxxxxx
> Victor,
> Thanks for your reply. Here's the entire body of the function. I don't
> seem
> to be able to get (nothrow) to work. I've include <new>:

You may need new (std::nothrow) if you haven't got 'using namespace std'
anywhere in scope (and pray God you have not).

S.


.



Relevant Pages