Hey,
I was using some code to write int's defined by user to a file but found when you use
myfile.open ("lover_names.txt");
myfile << firstLover << " " << secondLover << " " << lovePercent << "%\n\n";
myfile.close();
It replaces the other text in the text file, the answer will most likely be simple but i don't know it, Help ASAP?