|
How (in general) can IO be made more efficient in this program? A good answer might be:By using buffered input and buffered output. |
Buffering
The stream types
The names of the files come from the command line. The name of the file to be copied is argument number 0; the copy is argument number 2 (the word "to" is argument number 1). |
QUESTION 17:But now there is something else that needs to be handled. What is it? Click Here after you have answered the question |