Issue printing to output fileah... as a quick-fix to make sure the while loop terminated at the end of the input I added a char v...
Issue printing to output fileAh, that makes sense, because the other issue I'm having is that the while (cin) loop never stops at...
Issue printing to output fileOh, I see... added a flush to that outFile line and all is working great now Thank you!
Issue printing to output fileHi! I've written a program that converts a user's input phrase into pig latin (haha), but it won't ...
while (inFile) loop won't terminateHi there, I have written a program with a "while (inFile)" loop that won't terminate. Relevant code...