This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Accessing the underlying file descriptor in fstream
- To: <libstdc++ at gcc dot gnu dot org>
- Subject: Re: Accessing the underlying file descriptor in fstream
- From: Kevin Atkinson <kevina at users dot sourceforge dot net>
- Date: Tue, 13 Feb 2001 15:54:29 -0500 (EST)
> 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/