It seems rather petty to criticize the use of uint64_t in the 64-bit versions in multiple places when the original does the same: 32-bit version: const unsigned b = 65536; // Number base (16 bits). unsigned un1, un0, //…
It seems rather petty to criticize the use of uint64_t in the 64-bit versions in multiple places when the original does the same: 32-bit version: const unsigned b = 65536; // Number base (16 bits). unsigned un1, un0, //…