SyntaxFix
Write A Post
Hire A Developer
Questions
I never use NULL in my C or C++ code. 0 works just fine, as does if (ptrname). Any competent C or C++ programmer should know what those do.
0
if (ptrname)