Index » Programming » C/C++ » john 11 Nov 05, 12:59AMParent Postbtw Most compilers will automatically convert k/2 into k>>1. So it often better to leave it in the more readable form. 8)