Joachim Schmitz wrote: > That sample code compiles with a gazillon warnings "implicit conversion from > "int" to "unsigned char": rounding, sign extension, or loss of accuracy may > result"
These warnings can be ignored. > it's output attached... Thanks. All is fine now. No need to worry about shifts or lack of 'long long' any more. Bruno
