<?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[einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei]]></title><description><![CDATA[<p>SERVUS.</p>
<p>ich habe das problem, dass ich in eine externe textdatei den folgenden ausdruck einfuegen moechte: &quot;EIN TEXT&quot;.<br />
dabei muessen aber die ein- und ausfuehrungszeichen auch mit eingefuegt werden, was sich fuer mich durchaus als schwierig herausstellt.</p>
<p>SO GEHTS HALT NICHT:</p>
<pre><code class="language-cpp">ofstream myfile;
myfile.open(&quot;TEST.txt&quot;);	
myfile &lt;&lt; &quot;&quot;EIN TEXT&quot;&quot;;
myfile.close();
</code></pre>
<p>vielleicht hat jemand ne gute idee, wie`s besser geht.<br />
DANKE!<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133589/einfuegen-von-quot-ein-text-quot-in-eine-textdatei</link><generator>RSS for Node</generator><lastBuildDate>Thu, 27 Aug 2026 23:31:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133589.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Jan 2006 02:53:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 02:53:06 GMT]]></title><description><![CDATA[<p>SERVUS.</p>
<p>ich habe das problem, dass ich in eine externe textdatei den folgenden ausdruck einfuegen moechte: &quot;EIN TEXT&quot;.<br />
dabei muessen aber die ein- und ausfuehrungszeichen auch mit eingefuegt werden, was sich fuer mich durchaus als schwierig herausstellt.</p>
<p>SO GEHTS HALT NICHT:</p>
<pre><code class="language-cpp">ofstream myfile;
myfile.open(&quot;TEST.txt&quot;);	
myfile &lt;&lt; &quot;&quot;EIN TEXT&quot;&quot;;
myfile.close();
</code></pre>
<p>vielleicht hat jemand ne gute idee, wie`s besser geht.<br />
DANKE!<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970211</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970211</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Thu, 19 Jan 2006 02:53:06 GMT</pubDate></item><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 03:24:32 GMT]]></title><description><![CDATA[<p>&quot;\&quot;foobar\&quot;&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970214</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970214</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Thu, 19 Jan 2006 03:24:32 GMT</pubDate></item><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 03:36:43 GMT]]></title><description><![CDATA[<p>SERVUS.</p>
<p>dass es sich hier im einen faux pas handelt, ist mir schon bewusst. darum habe ich ja die frage ins forum gestellt.</p>
<p>gibt es denn keine moeglichkeit, ein- und ausfuehrungszeichen in eine externe datei einzufuegen?</p>
<p>STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970215</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970215</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Thu, 19 Jan 2006 03:36:43 GMT</pubDate></item><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 05:40:04 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">myfile &lt;&lt; &quot;\&quot;EIN TEXT\&quot;&quot;;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/970217</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970217</guid><dc:creator><![CDATA[freaked]]></dc:creator><pubDate>Thu, 19 Jan 2006 05:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 06:08:37 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=431" rel="nofollow">cd9000</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/970218</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970218</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 19 Jan 2006 06:08:37 GMT</pubDate></item><item><title><![CDATA[Reply to einfuegen von &amp;quot;EIN TEXT&amp;quot; in eine textdatei on Thu, 19 Jan 2006 06:50:40 GMT]]></title><description><![CDATA[<p>lol, ich hab die backslashes benutzt aber die werden nicht angezeigt.</p>
<p>1x: &quot;\&quot;&quot;<br />
2x: &quot;\&quot;&quot;<br />
3x: &quot;\\&quot;&quot;<br />
4x: &quot;\\\&quot;&quot;</p>
<p>edit: hm seltsam. naja</p>
]]></description><link>https://www.c-plusplus.net/forum/post/970225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/970225</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Thu, 19 Jan 2006 06:50:40 GMT</pubDate></item></channel></rss>