<?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[Nächster Eintrag von Map]]></title><description><![CDATA[<p>Hi,</p>
<p>wie erreiche ich in einer For-Schleife den aktuellen Eintrag der Map und den darauffolgenden Eintrag.<br />
Z.B.: eine Map hat 50 Einträge. Jetzt lass ich die Einträge durchlaufen und will die aktuellen immer mit den darauffolgenden vergleichen.</p>
<p>Danke schon mal!<br />
Achja, es ist eine &lt;int, int&gt; Map</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/285613/nächster-eintrag-von-map</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 06:53:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/285613.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Apr 2011 16:21:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nächster Eintrag von Map on Sun, 24 Apr 2011 16:21:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie erreiche ich in einer For-Schleife den aktuellen Eintrag der Map und den darauffolgenden Eintrag.<br />
Z.B.: eine Map hat 50 Einträge. Jetzt lass ich die Einträge durchlaufen und will die aktuellen immer mit den darauffolgenden vergleichen.</p>
<p>Danke schon mal!<br />
Achja, es ist eine &lt;int, int&gt; Map</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2053623</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2053623</guid><dc:creator><![CDATA[Osterhasenmann]]></dc:creator><pubDate>Sun, 24 Apr 2011 16:21:15 GMT</pubDate></item><item><title><![CDATA[Reply to Nächster Eintrag von Map on Sun, 24 Apr 2011 16:23:34 GMT]]></title><description><![CDATA[<pre><code>new=read
while(
   alt=neu
   neu=read
   vergleiche(alt,neu)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2053626</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2053626</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Sun, 24 Apr 2011 16:23:34 GMT</pubDate></item><item><title><![CDATA[Reply to Nächster Eintrag von Map on Sun, 24 Apr 2011 17:58:19 GMT]]></title><description><![CDATA[<p>Such mal nach Iterator... und dann noch nach C++ Reference</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2053669</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2053669</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 24 Apr 2011 17:58:19 GMT</pubDate></item></channel></rss>