Re: Is cast operator unary or binary? How many operands?
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 30 Apr 2008 16:01:47 GMT
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
.
- 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
- Re: Is cast operator unary or binary? How many operands?
- From: Richard Tobin
- 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: taking a "word" as input
- Next by Date: Siebel Automation Test Engineer
- Previous by thread: Re: Is cast operator unary or binary? How many operands?
- Next by thread: "Change your language and you change your thoughts."
- Index(es):