[EMAIL PROTECTED] wrote:
> 
>   -                    if ( tmp.length() != 0 )
>   +                    if (tmp.length() > 0)
>                        {

Anyone know one way or another if there is any performance hit to using
> 0 over != 0 when comparing a function return value that is known never to be 
>negative?  Probably inconsequential, but it just seems like the != would be a cheaper 
>operation.

john mcnally

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to