Thread
:
anyone with C++ skills wanna help me out real quick??
View Single Post
Feb 21, 2004 | 02:24 PM
#
23
KidA
Registered User
Joined:
Jun 2003
Posts:
84
Likes:
0
From:
Atlantic City, NJ
This is probably way too late but try this, when you open your files:
a.open("groupA.txt", ios::app);
b.open("groupB.txt", ios::app);
This just sets the behavior to append to the end of the file rather than replace the contents.
Reply
0
0
KidA
View Public Profile
Find More Posts by KidA