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 ...
Hello.<P>I am very close to getting my program working. I would like to know how to send something from an STL container to:<P>1) cin<BR>2) cout<P>and especially<P>3) ifstream<BR>4) ...