Re: Unary +



karthikbalaguru wrote:
Hi,

What is the use of the Unary + Operator ?

Thx in advans,

not much some ppl like it as a defense against

if (x = y) ...

they rite

if (+x = y) ...

instead, which the cplr will complain about . unless there
r Macros involved i think its slly ur wlcm

--
Eric.Sosman@xxxxxxx
.



Relevant Pages