Input file and store in string I'd like to input a file and store the contents of the file in a string. Here is my code: [code] ...
Convert binary bitset to hexadecimalIs there a simple way to convert a binary bitset to hexadecimal? The function will be used in a CRC ...
Bitset in a class@DTSCode: Nice. Thanks for all the info. I definitely learned something tonight. Thanks for all the...
Bitset in a classOkay, so the colon is used for initialization.
Bitset in a classAlthough, this works: [code] #include <bitset> #include <string> class CRC { private: const std:...
This user does not accept Private Messages