SyntaxFix
Write A Post
Hire A Developer
Questions
To complete the other answers: If you are using C++11, use nullptr, which is a keyword that means a void pointer pointing to null. (instead of NULL, which is not a pointer type)
nullptr
NULL