Is it safe to check a pointer to not being NULL by writing simply if(pointer) or do I have to use if(pointer != NULL)? 14 Answers 14
Is it safe to delete a NULL pointer? And is it a good coding style? 8 Answers 8