Commit 749d98f0 by Craig Rodrigues

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
parent 6a7b4ca6
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 ...@@ -377,7 +377,9 @@ o clean up the section-numbering
<command>std::streambuf</command> (or <command>std::streambuf</command> (or
<command>std::basic_streambuf&lt;..&gt;</command>) which opens a file <command>std::basic_streambuf&lt;..&gt;</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment