Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~447 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for alvin_aldrich

I will be very grateful if someone could converse this program from C to Delphi. unsigned short crc (unsigned char *p,int buflen, unsigned short start_crc) { unsigned short temp; int i,j; unsigned char c; temp = start_crc; for (i=0; i<buflen; i++) { c = *p++; for (j=1; j<=8; j++) { …

Member Avatar for Sten Ove Larvin
0
447

The End.