This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Accessing the underlying file descriptor in fstream


> Kevin Atkinson <kevina@users.sourceforge.net> writes:
>
> | About a year ago I asked about if libstdc++ will provide a way to access
> | the underlying file descriptor in the fstream class.
>
> That question assumes that our libstdc++ IOStream facilities *should* be
> FILE*-based, which we already debated in the past as not to be a
> viable assumption.

I am not interested in the C FILE * I am interested in the low/level file
descriptor which all file I/O on a posix system basically needs to be on
top of.

---
Kevin Atkinson
kevina at users sourceforge net
http://metalab.unc.edu/kevina/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]