I don't know what worries me more...

That I understood this post or that I understood within 3 seconds that it could be better written as:


BOOL IsIpAddressZero( LONG lIpAddress )
{
return !lIpAddress;
}

Comments