|
FastCRC Library |
C++ Interface |
|
CFastCRC32::CFastCRC32
CFastCRC32();
Remarks
Constructs a CFastCRC32 object.
Example
//Declare a local CFastCRC32 object
CFastCRC32 crcobj;
//Declare a dynamic CFastCRC32 object
CFastCRC32* pCRCObj = new CFastCRC32;
|
|
CFastCRC32 Overview
| Class Members
| Useful Links | HashCalc
|