Hi guys. There seems to be a lot of people on this forum who know what they are talking about. My question is simple. I'm fairly new to c++ and i have hit a brick wall. I'm trying to write a simple program that grabs 2 txt files and outputs to a third. eg
Text1.txt
-----------
Hello everybody!
Text2.txt
----------
Great meeting you all
i want the output text to be this.
Output.txt
----------
Hello everybody!
great meeting you all
Simple thats all i need it to do, nothing else, no sorting nothing!! HELP!!!!