1 2
|
writeFile.open("ch9ex6.txt");
if(!writeFile.is_open())
|
Last edited on
I meant that my two lines replace the corresponding two lines you had in your original snippet. So 89,90 replace 89,90 & 91
Just use the simple file reference, see where the file is created and put the real data file there.