program

assist me in writing a c++ program that reads some text for the keyboard and stores it i an input called myinput.The program then copies the content to another file called my output,then displays the content of my output file on the screen.

andrew
Last edited on
What are your problems?
see http://cplusplus.com/doc/tutorial/files/
Sure, I can help you.

I'll get you started:

1
2
3
4
int main()
{
   //code goes here
}


Just fill in the commented section, and it should work.
Last edited on
Topic archived. No new replies allowed.