[bt-devel] Programming Techniques

Joachim Ansorg bt-devel@crosswire.org
Sat, 9 Mar 2002 11:23:04 +0100


> > AFAIK Qt overloads the new operator, but I'm not sure about this.

> I don't like the sound of this at all. If it overloads it not to throw
> exceptions, then presumably it overloads it to return NULL on failure to
> allocate. This means that to be robust, a program must check for NULL on
> *every* memory allocation. Not a good thing at all.

Im not really sure if Qt overloads the new operator. But I think I'll post 
some more information on this later.

Joachim