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



In article <fva02f$8jm$1@xxxxxxxx>, jacob navia <jacob@xxxxxxxxxx> wrote:


Besides, a hyper hyper generic procedure:
Transform(anything,anything)
is just a dream...

Well, it's easily implementable:

#define Transform(value, type) ((type)(value))

You can have only concrete procedures:

You were the one who said "conceptually":

I am conceptually calling

double TransformIntegerToDouble(int);

Conceptually, you can have whatever you like.

-- Richard
--
:wq
.