示例#1
0
static void Print(const string &str, CRC32 &crc32)
{
    cout << "CRC32-32(\"" << str << "\") = " << crc32.ToString() << endl;
    cout << "CRC32-32(\"" << str << "\") = " << crc32.GetValue() << endl;
}