porting-howto.xml: Update filebuf section.
2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org> * docs/html/17_intro/porting-howto.xml: Update filebuf section. From-SVN: r48860
This commit is contained in:
parent
6a7b4ca686
commit
749d98f055
@ -1,3 +1,7 @@
|
|||||||
|
2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>
|
||||||
|
|
||||||
|
* docs/html/17_intro/porting-howto.xml: Update filebuf section.
|
||||||
|
|
||||||
2002-01-14 Paolo Carlini <pcarlini@unitus.it>
|
2002-01-14 Paolo Carlini <pcarlini@unitus.it>
|
||||||
Nathan Myers <ncm@cantrip.org>
|
Nathan Myers <ncm@cantrip.org>
|
||||||
|
|
||||||
|
@ -377,7 +377,9 @@ o clean up the section-numbering
|
|||||||
<command>std::streambuf</command> (or
|
<command>std::streambuf</command> (or
|
||||||
<command>std::basic_streambuf<..></command>) which opens a file
|
<command>std::basic_streambuf<..></command>) which opens a file
|
||||||
given a descriptor, and then pass an instance of this to the
|
given a descriptor, and then pass an instance of this to the
|
||||||
stream-constructor (from the Josuttis-book).
|
stream-constructor. For an example of this, refer to
|
||||||
|
<ulink url="http://www.josuttis.com/cppcode/fdstream.html">fdstream example</ulink>
|
||||||
|
by Nicolai Josuttis.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user