Ok. I thought that in this particular case it would be equally safe. Casting is so easy to read.. I'll try and minimize my usage ; )
> > It's just that casting is a very blunt tool and should be avoided > whenever possible, because the compiler won't tell you if you're doing > something completely crazy. > > Here you could use somethign like: > > dataIn[i][index] = (t!=0); > > instead of casting. > > --bb
