#33977 - LOst? - Tue Jan 11, 2005 9:39 pm
I do understand the concept of CheckSum, but how can I write one. Is there anything I need to think about? Is it just to add each byte and store it in a word or dword?
I feel I have missed something important, haven't I?
Code: |
while (buffer++)
{ checksum += *buffer; } |
I feel I have missed something important, haven't I?