Exponential operator

Daniel Keep daniel.keep.lists at gmail.com
Mon Aug 10 01:13:00 PDT 2009



grauzone wrote:
> Don wrote:
>> That doesn't work, because you still get new code being converted from
>> C. It can't look the same, but behave differently.
> 
> int* a, b;
> 
> Ooops...

Since that changes the type of b, it's at least likely to give you a
compile error.

Although I suppose you could say the same thing about a**b...



More information about the Digitalmars-d mailing list