Re: Is cast operator unary or binary? How many operands?
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 30 Apr 2008 13:42:36 GMT
In article <fv9s2t$mu7$1@xxxxxxxx>, jacob navia <jacob@xxxxxxxxxx> wrote:
When I write
(double)i;
I am conceptually calling
double TransformIntegerToDouble(int);
Why are you not conceptually calling Transform(int, double)?
-- Richard
--
:wq
.
- Follow-Ups:
- Re: Is cast operator unary or binary? How many operands?
- From: jacob navia
- Re: Is cast operator unary or binary? How many operands?
- References:
- Is cast operator unary or binary? How many operands?
- From: JoseMariaSola
- Re: Is cast operator unary or binary? How many operands?
- From: jacob navia
- Is cast operator unary or binary? How many operands?
- Prev by Date: Re: Is cast operator unary or binary? How many operands?
- Next by Date: Re: taking a "word" as input
- Previous by thread: Re: Is cast operator unary or binary? How many operands?
- Next by thread: Re: Is cast operator unary or binary? How many operands?
- Index(es):