<?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[Probleme mit Datei öffnen]]></title><description><![CDATA[<p>hallo,</p>
<p>ich möchte eine Textdatei anlegen bzw. öffnen:</p>
<pre><code>file.open(&quot;typ.txt&quot;,std::ios_base::app);
</code></pre>
<p>Bis hierhin läuft das auch ganz gut. Wenn ich nun aber die Textdateien in einen anderen Ordner haben möchte, funktioniert das nicht mehr. Die Dateien werden nicht mehr angelegt.</p>
<pre><code>file.open(&quot;Aufgaben\typ.txt&quot;,std::ios_base::app);
</code></pre>
<p>Wäre prima, wenn mir da jemand weiterhelfen könnte.</p>
<p>Gruß<br />
Lotti</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/127529/probleme-mit-datei-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 03:18:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/127529.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Nov 2005 08:30:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit Datei öffnen on Fri, 25 Nov 2005 08:30:07 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich möchte eine Textdatei anlegen bzw. öffnen:</p>
<pre><code>file.open(&quot;typ.txt&quot;,std::ios_base::app);
</code></pre>
<p>Bis hierhin läuft das auch ganz gut. Wenn ich nun aber die Textdateien in einen anderen Ordner haben möchte, funktioniert das nicht mehr. Die Dateien werden nicht mehr angelegt.</p>
<pre><code>file.open(&quot;Aufgaben\typ.txt&quot;,std::ios_base::app);
</code></pre>
<p>Wäre prima, wenn mir da jemand weiterhelfen könnte.</p>
<p>Gruß<br />
Lotti</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926694</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926694</guid><dc:creator><![CDATA[Lotti]]></dc:creator><pubDate>Fri, 25 Nov 2005 08:30:07 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Datei öffnen on Fri, 25 Nov 2005 08:31:46 GMT]]></title><description><![CDATA[<p>\t ist die Escape-Sequenz für TAB.<br />
\\ ist die Escape-Sequenz für Backslash.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926697</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926697</guid><dc:creator><![CDATA[Spezi L]]></dc:creator><pubDate>Fri, 25 Nov 2005 08:31:46 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Datei öffnen on Fri, 25 Nov 2005 08:39:20 GMT]]></title><description><![CDATA[<p>wenn du das meinst:</p>
<pre><code>file.open(&quot;Aufgaben\\typ.txt&quot;,std::ios_base::app);
</code></pre>
<p>das funktioniert auch nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926706</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926706</guid><dc:creator><![CDATA[Lotti]]></dc:creator><pubDate>Fri, 25 Nov 2005 08:39:20 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Datei öffnen on Fri, 25 Nov 2005 08:41:14 GMT]]></title><description><![CDATA[<p>hat sich erledigt....TIPPFEHLER.man oh mann...brett vorm Kopf....vielen dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926711</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926711</guid><dc:creator><![CDATA[Lotti]]></dc:creator><pubDate>Fri, 25 Nov 2005 08:41:14 GMT</pubDate></item></channel></rss>