<?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[Zeichen an Text-Datei anhängen]]></title><description><![CDATA[<p>Hi,<br />
Ich hab eine wahrscheinlich ganz einfache Frage, trotzdem hab ich bei der Suche und in der FAQ nix gefunden.</p>
<p>Ich möchte Zahlen und Buchstaben an eine normale Text-Datei anhängen ohne aber vorher die Text-Datei einlesen zu müssen (weil das bei längeren Text-Dateien zu lange dauert).</p>
<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/156959/zeichen-an-text-datei-anhängen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 00:38:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/156959.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Aug 2006 19:59:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zeichen an Text-Datei anhängen on Mon, 21 Aug 2006 19:59:17 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ich hab eine wahrscheinlich ganz einfache Frage, trotzdem hab ich bei der Suche und in der FAQ nix gefunden.</p>
<p>Ich möchte Zahlen und Buchstaben an eine normale Text-Datei anhängen ohne aber vorher die Text-Datei einlesen zu müssen (weil das bei längeren Text-Dateien zu lange dauert).</p>
<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1121826</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1121826</guid><dc:creator><![CDATA[friedel15]]></dc:creator><pubDate>Mon, 21 Aug 2006 19:59:17 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichen an Text-Datei anhängen on Mon, 21 Aug 2006 20:09:26 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">ofstream fout(&quot;text.txt&quot;, ios::app);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1121832</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1121832</guid><dc:creator><![CDATA[s1]]></dc:creator><pubDate>Mon, 21 Aug 2006 20:09:26 GMT</pubDate></item><item><title><![CDATA[Reply to Zeichen an Text-Datei anhängen on Mon, 21 Aug 2006 20:17:52 GMT]]></title><description><![CDATA[<p>Danke für die schnelle Antwort. Ich werds gleich mal testen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1121835</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1121835</guid><dc:creator><![CDATA[friedel15]]></dc:creator><pubDate>Mon, 21 Aug 2006 20:17:52 GMT</pubDate></item></channel></rss>