In the beginning I didn't know. I learnt this after reading C++ FAQ Do I need to check for NULL before delete p?
It says that "The C++ language guarantees that delete p will do nothing if p is equal to NULL"
|
2 | added 98 characters in body | ||
|
In the beginning I didn't know. I learnt this after reading C++ FAQ Do I need to check for NULL before delete p? It says that "The C++ language guarantees that delete p will do nothing if p is equal to NULL" |
||||
|
1 |
|
||
|
In the beginning I didn't know. I learnt this after reading C++ FAQ Do I need to check for NULL before delete p? |
||||