Dr. Dobb's Journal December 1997
(a) h = GlobalAlloc(size_t, flags); if(h ++ NULL) ASSERT(h != NULL, "Allocation failed"); else DoThis(h); (b) m_pBtn = new CButton (); ASSERT(m_pBtn != NULL, "Button not instantiated");
Back to Article