On Thu, 06 Mar 2003 06:25:32 -0600
"David D. Hagood" <[EMAIL PROTECTED]> wrote:

> 
> I don't find it very onerous in my coding to say
> foo = new thing;
> if (!foo)
>     ...

hmm.

foo=malloc(sizeof(thing))
if(!foo)
   ...

:-)


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to