<?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 dreiteilen]]></title><description><![CDATA[<p>hallo all</p>
<p>hab ein kleines problem, will einen String dreiteilen, d.h. in tripletts aufteilen, beispiel:</p>
<pre><code>string xxx = AAATTTGGG;
      string1 = AAA?
      string2 = TTT?, etc.
</code></pre>
<p>hoffe auf Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/170988/string-dreiteilen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 06:30:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/170988.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Jan 2007 16:41:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to string dreiteilen on Sun, 21 Jan 2007 16:41:02 GMT]]></title><description><![CDATA[<p>hallo all</p>
<p>hab ein kleines problem, will einen String dreiteilen, d.h. in tripletts aufteilen, beispiel:</p>
<pre><code>string xxx = AAATTTGGG;
      string1 = AAA?
      string2 = TTT?, etc.
</code></pre>
<p>hoffe auf Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1213853</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1213853</guid><dc:creator><![CDATA[könig francaiuse]]></dc:creator><pubDate>Sun, 21 Jan 2007 16:41:02 GMT</pubDate></item><item><title><![CDATA[Reply to string dreiteilen on Sun, 21 Jan 2007 16:48:59 GMT]]></title><description><![CDATA[<p><a href="http://www.cppreference.com/cppstring/substr.html" rel="nofollow">http://www.cppreference.com/cppstring/substr.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1213861</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1213861</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Sun, 21 Jan 2007 16:48:59 GMT</pubDate></item></channel></rss>