joeGrammar
Programmer
I want to compare the value of a file pointer after subsequent operations. I have a situation where I have a FILE* as a private member of a class and it doesn't seem to be retaining its value between member functions. So:
How do I display the value of a file pointer?
How do I display the value of a file pointer?