Thread: Hexdump...?

  1. #1
    ylph82
    Guest

    Question Hexdump...?

    How do I use hexdump? For example if I want to dump 8 bit signed numbers as hex into another file, do I go -hexdump -e?
    Please help.......

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Is that a C question?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    ylph82
    Guest
    Hexdump is used in C,yes. Its not used in coding though, just during C compilation, but its still under C...

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by ylph82
    Hexdump is used in C,yes. Its not used in coding though, just during C compilation, but its still under C...
    Are you talking about this?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    If you want to mimic hexdump in some way, then look at the %x conversion format for the printf series of functions

  6. #6
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Lightbulb

    Hexdump? I have no 'hexdump' packaged along with my compiler.

    I just created my own 'hexdumper' instead.
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 22
    Last Post: 12-23-2008, 01:53 PM
  2. HexDump in C++
    By Kdar in forum C++ Programming
    Replies: 24
    Last Post: 10-04-2006, 09:07 PM
  3. HexDump Programm....
    By Kdar in forum C Programming
    Replies: 4
    Last Post: 10-03-2006, 05:13 AM
  4. hexdump issues
    By daluu in forum C Programming
    Replies: 2
    Last Post: 03-04-2003, 09:01 PM