I am working with a class that has an open file handle in the form of a C-based file pointer. I'm trying to use this class with another class that expects a C++ ostream. I was hoping there was some ...
A lady asked a question in my CS class today which is bugging me...<BR><BR>She opened a file using fstream in a program, closed it, and then opened it, and then in her words it "wouldn't work." I've ...