cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
program
program
Nov 10, 2011 at 2:38pm UTC
muriel
(1)
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
Nov 10, 2011 at 2:39pm UTC
Nov 10, 2011 at 3:00pm UTC
hamsterman
(4538)
What are your problems?
see
http://cplusplus.com/doc/tutorial/files/
Nov 10, 2011 at 5:47pm UTC
Intrexa
(291)
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
Nov 10, 2011 at 5:48pm UTC
Topic archived. No new replies allowed.