Hi guys, I'm learning C++. I try to write this program but I have no idea how to do it.
"Write a program to copy a file byte-wise. It should take in two filenames as command-line arguments: the source file and the destination file. Furthermore, during the copy it should show a progress bar on a single line (print the carriage return \r to re-print a line). "
Is there any help? Thanks.