<?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[Datei mit C++ (ohne API)]]></title><description><![CDATA[<p>Ich möchte eine Datei öffnen und lesen. Und zwar mit C++ und ohne API-Funktionen (soll portabel bleiben)</p>
<p>gibt es was anderes als die C-Funktion fopen(), fclose() ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149204/datei-mit-c-ohne-api</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 04:28:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149204.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Jun 2006 12:23:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datei mit C++ (ohne API) on Sat, 03 Jun 2006 12:23:53 GMT]]></title><description><![CDATA[<p>Ich möchte eine Datei öffnen und lesen. Und zwar mit C++ und ohne API-Funktionen (soll portabel bleiben)</p>
<p>gibt es was anderes als die C-Funktion fopen(), fclose() ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1070638</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1070638</guid><dc:creator><![CDATA[TheShadow2000]]></dc:creator><pubDate>Sat, 03 Jun 2006 12:23:53 GMT</pubDate></item><item><title><![CDATA[Reply to Datei mit C++ (ohne API) on Sat, 03 Jun 2006 12:38:35 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;fstream&gt;

std::ifstream inputFileStream(&quot;datei.txt&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1070650</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1070650</guid><dc:creator><![CDATA[ifs.]]></dc:creator><pubDate>Sat, 03 Jun 2006 12:38:35 GMT</pubDate></item><item><title><![CDATA[Reply to Datei mit C++ (ohne API) on Sat, 03 Jun 2006 13:55:44 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>siehe auch in der C++ FAQ, den Beitrag <em>Dateien und Ströme</em>.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1070703</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1070703</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 03 Jun 2006 13:55:44 GMT</pubDate></item></channel></rss>