| 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 |
| Previous by Date: | Re: Is cast operator unary or binary? How many operands?, Richard Tobin |
|---|---|
| Next by Date: | Re: taking a "word" as input, Nick Keighley |
| Previous by Thread: | Re: Is cast operator unary or binary? How many operands?, Richard Tobin |
| Next by Thread: | Re: Is cast operator unary or binary? How many operands?, jacob navia |
| Indexes: | [Date] [Thread] [Top] [All Lists] |