Click to See Complete Forum and Search --> : Linked List, bit operations in a program


snorlaxx
04-18-2004, 10:18 PM
Hey guys!
I was thinking of asking a student to create a C program that would cover link lists and bit operations (bitwise sum and product). But i dont know whats the best program for this. At first i thought of the trivial snake program, with the snake as a link list and the score be bit manipulations. But he couldve done this already at one point. So im asking for your thoughts. Thanks in advance!

Stuka
04-21-2004, 03:58 PM
It's a bit more involved, but a CRC checker could readily use a linked list (for successive chunks of data), and the CRC calculation would cover bit operations....