<?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[String aufteilen]]></title><description><![CDATA[<p>Hallo!</p>
<p>Mein Compiler unterstützt diese beiden Möglichkeiten einen String auf mehrere Zeilen aufzuteilen. Ist eine davon Standard und wenn ja, welche?</p>
<pre><code class="language-cpp">cout &lt;&lt; &quot;Dies ist ein &quot;
           &quot;zusammenhängender String!&quot;;
</code></pre>
<pre><code class="language-cpp">cout &lt;&lt; &quot;Dies ist ein \
zusammenhängender String!&quot;;
</code></pre>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/138114/string-aufteilen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 00:44:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/138114.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Feb 2006 13:56:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to String aufteilen on Thu, 23 Feb 2006 13:56:45 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Mein Compiler unterstützt diese beiden Möglichkeiten einen String auf mehrere Zeilen aufzuteilen. Ist eine davon Standard und wenn ja, welche?</p>
<pre><code class="language-cpp">cout &lt;&lt; &quot;Dies ist ein &quot;
           &quot;zusammenhängender String!&quot;;
</code></pre>
<pre><code class="language-cpp">cout &lt;&lt; &quot;Dies ist ein \
zusammenhängender String!&quot;;
</code></pre>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1001111</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1001111</guid><dc:creator><![CDATA[...]]></dc:creator><pubDate>Thu, 23 Feb 2006 13:56:45 GMT</pubDate></item><item><title><![CDATA[Reply to String aufteilen on Thu, 23 Feb 2006 13:58:58 GMT]]></title><description><![CDATA[<p>Ja - und zwar beide.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1001115</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1001115</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Thu, 23 Feb 2006 13:58:58 GMT</pubDate></item></channel></rss>