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...