comp.lang.c
[Top] [All Lists]

Re: Is cast operator unary or binary? How many operands?

Subject: Re: Is cast operator unary or binary? How many operands?
From: Richard Tobin
Date: 30 Apr 2008 13:42:36 GMT
Newsgroups: comp.lang.c

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

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy