$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Adrian Michel (michel_at_[hidden])
Date: 2003-09-16 14:41:05
> However, all these implementations do have an undocumented ctor
> accepting a FILE*, so if you really need it, you can use _tfopen( ) (or
> _wfopen( ) for wide characters only) to gain a FILE*, and pass it to the
> ctor of std::basic_[i/o]fstream. But you have to remember that this is
> non-standard and non-portable, and works only for VC++ Standard C++
> library.
This constructor for the class std::fstream is documented in the help, but
it doesn't seem to be actually implemented. Any idea what's going on? I am
using VC++ 6.0.
Thanks,
Adrian