beefeater267
Programmer
- Apr 6, 2005
- 79
Hi,
I'm new to C++, and I need to implement a CRC algorithm as a function, and i'm having trouble doing so.
The polynomial specified is : x16 + x15 + x10 + x3
Can anyone help me out with this one? I've been stuck on it for a while.
Thanks
I'm new to C++, and I need to implement a CRC algorithm as a function, and i'm having trouble doing so.
The polynomial specified is : x16 + x15 + x10 + x3
Can anyone help me out with this one? I've been stuck on it for a while.
Thanks