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
Opening and Printing to multiple txt fil
Opening and Printing to multiple txt files.
Oct 12, 2012 at 10:10pm UTC
bosox99
(21)
Could someone provide me with an example of how to open and print to multiple txt files?
Oct 12, 2012 at 11:31pm UTC
Lowest0ne
(1536)
just use two streams:
1
2
ifstream in01, in02; ofstream out01, out02;
Topic archived. No new replies allowed.