User profile: Warik

User info
User name:Warik
History
Joined:
Number of posts:7
Latest posts:

Issue printing to output file
ah... 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 file
Ah, that makes sense, because the other issue I'm having is that the while (cin) loop never stops at...

Issue printing to output file
Oh, I see... added a flush to that outFile line and all is working great now Thank you!

Issue printing to output file
Hi! 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 terminate
Hi there, I have written a program with a "while (inFile)" loop that won't terminate. Relevant code...