Hi,
I apologize if this is the wrong forum for this question. I need to read in the ascii NUL char (all zeroes). However, cin and getChar both ignore this character. The reason I need to read NUL is because I am implementing a Huffman Code decoder and (encoder) and it is possible that the NUL character is, or is part of, a valid Huffman Code.
Thanks,
Steve
