I've been having strange problems writing to file with ofstreams and have now that
ofstream.fail()
is returning true right after my ofstream.open() call.
Are there some ways to get additional information, like more specifics on why the fail state was set?
EDIT, additional information: is_open() returns false.