Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   hexdump (http://www.programmingforums.org/showthread.php?t=15117)

starbeam Feb 4th, 2008 9:14 AM

hexdump
 
how would I write a program that produces a hexdump for listing a file. I mean something in a format like...

bbbbbbbb xx xx xx xx xx xx xx xx - xx xx xx xx xx xx xx xx pppppppp pppppppp

where the bbbbbbbb is a 8 byte address starting with 0 for the beginning of the file. xx represents a single hex character with a leading 0 if the value is greater than a hex F.

Wizard1988 Feb 4th, 2008 10:15 AM

Re: hexdump
 
http://www.daniweb.com/code/snippet488.html


All times are GMT -5. The time now is 3:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC