<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[printf (stdout) in ostream umleiten ?]]></title><description><![CDATA[<p>Kann man dies irgendwie bewerstelligen,<br />
das stdout in einem ostream landet ?</p>
<p>z.b. um die ausgaben einer C Library mittels ofstream<br />
in eine Datei zuschreiben.</p>
<p>phlox</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/121896/printf-stdout-in-ostream-umleiten</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 21:51:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/121896.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Sep 2005 13:10:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to printf (stdout) in ostream umleiten ? on Wed, 28 Sep 2005 13:10:55 GMT]]></title><description><![CDATA[<p>Kann man dies irgendwie bewerstelligen,<br />
das stdout in einem ostream landet ?</p>
<p>z.b. um die ausgaben einer C Library mittels ofstream<br />
in eine Datei zuschreiben.</p>
<p>phlox</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882113</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882113</guid><dc:creator><![CDATA[phlox81]]></dc:creator><pubDate>Wed, 28 Sep 2005 13:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to printf (stdout) in ostream umleiten ? on Wed, 28 Sep 2005 16:45:40 GMT]]></title><description><![CDATA[<p>Hallo,<br />
mit den Mitteln der Standard-Library leider nicht. boost::iostreams kann hier aber helfen. Dort gibt es file_descriptor_source bzw. file_descriptor_sink welche es dir erlauben einen File-Descriptor mit einem Stream zu verbinden.</p>
<p>Die Prästandard-Iostreams bieten normalerweise ebenfalls eine solche Möglichkeit.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882333</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882333</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Wed, 28 Sep 2005 16:45:40 GMT</pubDate></item><item><title><![CDATA[Reply to printf (stdout) in ostream umleiten ? on Wed, 28 Sep 2005 17:03:47 GMT]]></title><description><![CDATA[<p>HumeSikkins schrieb:</p>
<blockquote>
<p>Hallo,<br />
mit den Mitteln der Standard-Library leider nicht. boost::iostreams kann hier aber helfen. Dort gibt es file_descriptor_source bzw. file_descriptor_sink welche es dir erlauben einen File-Descriptor mit einem Stream zu verbinden.</p>
<p>Die Prästandard-Iostreams bieten normalerweise ebenfalls eine solche Möglichkeit.</p>
</blockquote>
<p>Kann ich den boost stream dann auf einen std::ostream loslassen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882359</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882359</guid><dc:creator><![CDATA[phlox81]]></dc:creator><pubDate>Wed, 28 Sep 2005 17:03:47 GMT</pubDate></item></channel></rss>