<?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[Iterator an bestimmte Stelle bekommen]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem mit dem Iterator, der auf ein Listenelement zeigt.</p>
<p>Ich möchte jetzt zum Beispiel an Position 6? wie kann ich das realisieren, ohne, dass ich in einer schleifen den iterator mit '++' um 1 erhöhe...<br />
mit itr+6 gehts klar net...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/139820/iterator-an-bestimmte-stelle-bekommen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 19:17:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/139820.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Mar 2006 15:13:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 15:13:50 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem mit dem Iterator, der auf ein Listenelement zeigt.</p>
<p>Ich möchte jetzt zum Beispiel an Position 6? wie kann ich das realisieren, ohne, dass ich in einer schleifen den iterator mit '++' um 1 erhöhe...<br />
mit itr+6 gehts klar net...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1012558</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012558</guid><dc:creator><![CDATA[Christian*Bensheim*]]></dc:creator><pubDate>Thu, 09 Mar 2006 15:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 15:51:10 GMT]]></title><description><![CDATA[<p>Dann wäre std::vector wohl geeigneter wenn du sowas brauchst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1012590</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012590</guid><dc:creator><![CDATA[.............]]></dc:creator><pubDate>Thu, 09 Mar 2006 15:51:10 GMT</pubDate></item><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 16:57:59 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=2822" rel="nofollow">SideWinder</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=13" rel="nofollow">DOS und Win32-Konsole</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/1012643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012643</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 09 Mar 2006 16:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 17:09:42 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;iterator&gt;

advance(it, 6);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1012649</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012649</guid><dc:creator><![CDATA[finix]]></dc:creator><pubDate>Thu, 09 Mar 2006 17:09:42 GMT</pubDate></item><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 17:42:57 GMT]]></title><description><![CDATA[<p>bei list wird der iterator auch mit advance nur schrittweise an sein ziel gebracht. aber bei einer umstellung, auf z. bsp. vector, können all die stellen wo advance benutzt wird, unangetastet bleiben, und advance passt sich automatisch an den iterator mit random-access-fähigkeiten an und bringt ihn mit nur einem schritt an sein ziel.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1012673</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012673</guid><dc:creator><![CDATA[winheis]]></dc:creator><pubDate>Thu, 09 Mar 2006 17:42:57 GMT</pubDate></item><item><title><![CDATA[Reply to Iterator an bestimmte Stelle bekommen on Thu, 09 Mar 2006 23:02:38 GMT]]></title><description><![CDATA[<p>ohh danke, hat geklappt...</p>
<p>da wär ich voll net drauf gekommen...danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>p.s.: sorry @ moderator <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1012933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1012933</guid><dc:creator><![CDATA[Christian*Bensheim*]]></dc:creator><pubDate>Thu, 09 Mar 2006 23:02:38 GMT</pubDate></item></channel></rss>