[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

C++ delete



Can this

    if (_cpDC != 0)
 delete _cpDC; // free the DC

be simplified now to this

 delete _cpDC; // free the DC

?




Reply to: