Reading in binary data and displaying as hex.[quote]The error seems to say you're trying to cast an unsigned char[] to signed char. Is that the c...
Reading in binary data and displaying as hex.It says "invalid conversion from 'unsigned char*' to 'std::basic_istream<char>::char_type* {aka char...
Reading in binary data and displaying as hex.Trying to figure out how to read in data from a binary file one byte at a time, then display it in h...