Re: Unary +
- From: Eric Sosman <Eric.Sosman@xxxxxxx>
- Date: Wed, 04 Mar 2009 13:26:01 -0500
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
.
- Follow-Ups:
- Re: Unary +
- From: Kenneth Brody
- Re: Unary +
- From: karthikbalaguru
- Re: Unary +
- References:
- Unary +
- From: karthikbalaguru
- Unary +
- Prev by Date: Can I still use truss to check function call of multithread applications?
- Next by Date: Re: Multiplication or Division of pointer is not supported by C language :( But, why ?
- Previous by thread: Unary +
- Next by thread: Re: Unary +
- Index(es):
Relevant Pages
|