Hi Chip!
Lol!!!
Lend me some sugar, I am your neighbor!
The copy command you're talking about, is it using a dos command to copy? Id rather learn the binary way.
Anyway, as im typing this, Im still looking for answers.
I have a feeling this will take days, and I wont rest until I squeeze it out of you guys and gals!
If anyone has ever done this before, could you please confirm this for me. I havent found a solution to confirm this yet.
My Question,
C++ uses the ifstream and ofstream to read and write text files. To my understanding, C++ can read in binary mode also. Suppose I use C++ to read the binary value of any file, for example, a zip file in this case. Then take the values that it read and create a new file. Now, if I try to unzip the new file, will it work? Ultimately, will it be identical to the original file?
Thankx in advance.