Computer Programming

India
February 16, 2007 3:02pm CST
Can someone pls tell me how to make copies of an EXE file in C++... i tried using the get and put functions but they are making incomplete copy!
1 person likes this
2 responses
• India
24 Feb 07
your question is not clear what do you want to do , elaborate.
@AJMSmith (112)
17 Feb 07
Why would you want to do that? If you need to try spawning a command shell and executing a batch file in there with the right commands in it. BTW you need to open the file in the right mode to get the while file ... in the wrong mode logical end of file can come before physical end of file.