Title: Binary Tool
Dragon - October 20, 2003 02:17 AM (GMT)
I'm currently working on a program that can read and write binary data. I might also add a feature to load a text file and re-write it in binary.
My primary focus is on this project right now, so I will not be working on my IDE for the Borland C++ Compiler as much.
ih8censorship - October 21, 2003 03:04 AM (GMT)
i think c++ has a couple functions to do that, but i have no idea what they are i think one could POSSIBLY be .read() or somethin.
Dragon - October 21, 2003 03:37 AM (GMT)
Yes, they are write and read, I believe. Anyways, I've decided not to continue with this project. :)
MFitz89 - October 30, 2003 03:07 AM (GMT)
I made a open sorce read and write binary data program all it does is read the data and write it to a file called double.bin
that person - November 2, 2003 09:04 PM (GMT)
I'd like to have the source code for that file. And dragon, you should start working on your thing again. I would make one, but I keep on running into problems when I try.
Dragon - November 2, 2003 10:19 PM (GMT)
Yeah, I'll work on it some more. I deleted my source code so I'm going to start over.
that person - November 3, 2003 11:51 PM (GMT)
There is a good program on download.com that lets you recover deleted files so you wouldn't have to start over B)
Dragon - November 4, 2003 01:13 AM (GMT)
If you want to know how to do it I can just tell you. I don't have much interest in this program, so I'm not going to work on it.
that person - November 6, 2003 03:05 AM (GMT)
Alright. I'll work on it. It may not be finished soon if I work on it, but I'll try. The main problem I have is when you read from a file, getting everything in the file into a string. Whenever I try, I only get the part before the spaces :huh:... That is the only problem I have so far, so if you can tell me how to fix this, I will start working on it.
**EDIT: I have another post about that, so you can answer me there.