Thread: solve problem
View Single Post
Newbie Member
15May2008,13:23  
surinderhe's Avatar
Q. Write a program in C++ to copy contents of one file to another file. Using command line arguments. This program should behave like copy command in DOS. (e.g. c:\> copy sourceFile destinationFile. Note no marks will be awarded if you will use simplly c language commands.