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: Kevin Atkinson <kevina at users dot sourceforge dot net>
- Subject: Re: Accessing the underlying file descriptor in fstream
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 13 Feb 2001 14:20:33 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> 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.
aaah. But with fileno(FILE*) you could get this, right?