help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any way to connect a stream to an fd? to a pipe?


From: Ralf Fassel
Subject: Re: Any way to connect a stream to an fd? to a pipe?
Date: Tue, 16 Nov 2004 15:06:37 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

* Ron House <house@usq.edu.au>
| Any way to connect a stream to an fd? to a pipe?

Have a look at ext/stdio_filebuf.h.

  /**
   *  @class stdio_filebuf ext/stdio_filebuf.h <ext/stdio_filebuf.h>
   *  @brief Provides a layer of compatibility for C/POSIX.
   *
   *  This GNU extension provides extensions for working with standard C
   *  FILE*'s and POSIX file descriptors.  It must be instantiated by the
   *  user with the type of character used in the file stream, e.g.,
   *  stdio_filebuf<char>.
  */

R'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]