A place to share and discuss technical news items, security breaches, new hardware/software etc.
Also any notes or queries not covered in the other forums.
I have a cool piece of C code to share with, you. This function does find the greatest common dividor using the well-known variant of Euclidean algorithm with division. The interesting thing is how it can be written using C while statement, conditional and assignment operators.