Tagged Questions
3
votes
6answers
1k views
What does it mean to do a “null check” in C or C++?
I have been learning C++ and I am having a hard time understanding null. In particular, the tutorials I have read mention doing a "null check", but I am not sure what that means or why it's necessary.
...