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


> 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?


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