OK, I am trying to convert a small bit of code from using old-style <fstream.h> headers to <fstream>. I am guessing that ofstream::fd() has been deprecated. In that case, what's the established method ...