My Crc-32 routine

 BBS: Inland Empire Archive
Date: 10-04-92 (11:16)             Number: 363
From: RICH GELDREICH               Refer#: NONE
  To: ALL                           Recvd: NO  
Subj: My Crc-32 routine              Conf: (2) Quik_Bas
    Ooops! Forget to tell everybody that my all-QB CRC routine WILL NOT
work in the enviroment- I optimized it to work compiled. It will bomb
out from an overflow error when it tries to convert the 32 bit CRC into
an integer for a fast AND 255:

CINT(A&) AND 255

    is faster than

A& AND 255

    Sorry about that guys...

    Rich

--- MsgToss 2.0b
 * Origin: Computer Co-Op - Voorhees, NJ | Ted Hare (1:266/29)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET