User profile: Davidp809

User info
User name:Davidp809
Name:David
Location:Ohio
History
Joined:
Number of posts:7
Latest posts:

ifstream question
I'm sorry I stated that out of context. I need to use a file as both a ifstream and an ofstream. Thi...

ifstream question
I need to open another ifstream and I am very weary of trying to open two ifstreams. If I remember c...

ifstream question
If I am continually opening and closing a file in a program is there a way to take note of where the...

.eof is not terminating loop
Oh I think I got it. I created a do/while loop. Also, if you are still there I have another question...

.eof is not terminating loop
So should I create an if statement to test for end of file between those two line. I am going to try...