anyone with C++ skills wanna help me out real quick??
Originally Posted by axemansean
Most non programmers will, C is much closer to assembly language and allows a lot more freedom.
C++ also beats C in terms of ease of coding, which does mean a lot if you program all day long for a living.
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.
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.
Thread
Thread Starter
Forum
Replies
Last Post



h: