Display contents of file as binary.
Posted
by Eric Davidson
on Stack Overflow
See other posts from Stack Overflow
or by Eric Davidson
Published on 2010-03-19T22:58:22Z
Indexed on
2010/03/19
23:01 UTC
Read the original article
Hit count: 242
Is there a good way to display the contents of a file as binary?
I am creating a program that needs to save and load a 2D arrays from a files. When loading a saved file the result appears different. I need to be able to view the contents of the saved file in plain binary to tell if my problem in in my save or load function.
Is there a program like octal dump but is binary dump?
Thanks.
© Stack Overflow or respective owner