filename from fstream object

John Love-Jensen eljay@adobe.com
Wed Jan 8 12:28:00 GMT 2003


Hi Bernd,

You can roll your own...

class NamedIfstream : public ifstream {
public:
private:
    string mName;
};

--Eljay



More information about the Gcc-help mailing list