I've written a program that outputs text from a file as hex. And this works like a charm. But in the example in the assignment the output starts with:
000000 ......
000010 ......
000020 ......
And that part I haven't figured out how to do! Any pointers? Any links/tutorials I should check out?