[LC++]Copying files and deleting directories

Krishna Monian k_tutorials at yahoo.com
Fri Sep 10 05:34:05 UTC 2004


Hi,
So what is the best way to implement my own version of
copy?

Currently, I open the file, read a certain number of
bytes into a buffer and then write it into the file
until I am done. This is a very lame way I would say.

I might have several files to copy at a time (1000s).


More information about the tuxCPProgramming mailing list