Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 136,109 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,706 people online right now. Registration is fast and FREE... Join Now!




creating a hex converter?!

 
Reply to this topicStart new topic

creating a hex converter?!

tootypegs
4 Nov, 2007 - 06:55 AM
Post #1

D.I.C Head
**

Joined: 9 Oct, 2007
Posts: 177


My Contributions
Hi, ive marked this as advanced but it could be a simple task - the truth is i have no idea thats why i here smile.gif

I was hoping to build a program in c++ that would basical show me the hex of a file. For instance, the index.dat file (that records internet activity - u's prbs already know) would be extremly usful to me if i could see the hex contents of this file.

How hard would it be to program something like this?? does anyone have any resources or information i can go away and research or any pointers or advice?


thanks
User is offlineProfile CardPM
+Quote Post

jjhaag
RE: Creating A Hex Converter?!
4 Nov, 2007 - 01:25 PM
Post #2

me editor am smartastic
Group Icon

Joined: 18 Sep, 2007
Posts: 1,789



Thanked: 2 times
Dream Kudos: 775
Expert In: C,C++

My Contributions
It should actually be pretty easy to do. This page has some functionality that you may be interested in using:
http://www.cplusplus.com/reference/iostrea...lators/hex.html

Hope that helps,

-jjh
User is offlineProfile CardPM
+Quote Post

NickDMax
RE: Creating A Hex Converter?!
4 Nov, 2007 - 04:05 PM
Post #3

2B||!2B
Group Icon

Joined: 18 Feb, 2007
Posts: 2,858



Thanked: 49 times
Dream Kudos: 550
My Contributions
Moved to the C/C++ forum.

This is not very hard at all. Open the file for binary read, set cout to "hex" as shown by jjhaag's link, and then read in a single char, and use cout to output it, loop until you read eof.
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/1/08 09:31PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month