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
C++ user input numbers to be written in
C++ user input numbers to be written into a text file.
Jan 20, 2014 at 9:12am UTC
geekytom777
(15)
Got it working, thank you!
Last edited on
Jan 20, 2014 at 6:17pm UTC
Jan 20, 2014 at 10:31am UTC
Peter87
(11234)
You close the file on line 35 so nothing more will be written to the file after that line has executed.
Jan 20, 2014 at 5:58pm UTC
geekytom777
(15)
Got the output working, thank you so much Peter.
Last edited on
Jan 20, 2014 at 6:17pm UTC
Topic archived. No new replies allowed.