On Wed, 2007-07-18 at 12:01 -0700, Jamiil Abduqadir wrote: > If what it does and to manage the allocation and deallocation of memory, > then... the possiblility of failure exists.
Gtk::manage() doesn't allocate or deallocate memory. You are maybe asking about what happens when new() fails in C++. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
