@rayp Yes that is what I'm asking. Does the same rule apply as pointers here

Code:
if( i && i != 500) // Bad ?

if(i)   // Good?
{ 
   if(i != 500)
}



I have to stop using i because of autocaps for i

Last edited by Malice; 06/18/13 17:38.