<?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[Zwischen 2Zahlen wählen!]]></title><description><![CDATA[<p>Moin,<br />
tut mir echt leid<br />
aber bin grad am ändern eines Quellcodes und ich bin soweit fertig bis auf das hier<br />
for(int i=1;i&lt;=n;i+=2) {<br />
er nimmt ja immer eine 2 ! er soll aber zwischen 2Zahlen wählen also entweder 2oder 3 nur wie ? sry aber bekomm das nicht gebacken !</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/128455/zwischen-2zahlen-wählen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 16:21:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/128455.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Dec 2005 20:09:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zwischen 2Zahlen wählen! on Sat, 03 Dec 2005 20:09:05 GMT]]></title><description><![CDATA[<p>Moin,<br />
tut mir echt leid<br />
aber bin grad am ändern eines Quellcodes und ich bin soweit fertig bis auf das hier<br />
for(int i=1;i&lt;=n;i+=2) {<br />
er nimmt ja immer eine 2 ! er soll aber zwischen 2Zahlen wählen also entweder 2oder 3 nur wie ? sry aber bekomm das nicht gebacken !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/933410</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/933410</guid><dc:creator><![CDATA[BinBlöd]]></dc:creator><pubDate>Sat, 03 Dec 2005 20:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to Zwischen 2Zahlen wählen! on Sat, 03 Dec 2005 20:14:53 GMT]]></title><description><![CDATA[<p>int erstezahl =5;<br />
int zweitezahl = 2;<br />
int temp=erstezahl;</p>
<p>for(int i=1;i&lt;=n;i+=temp)<br />
{<br />
if(anweisung1)temp = erstezahl;<br />
if(anweisung2)temp = zweitezahl;<br />
}</p>
]]></description><link>https://www.c-plusplus.net/forum/post/933415</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/933415</guid><dc:creator><![CDATA[go4it]]></dc:creator><pubDate>Sat, 03 Dec 2005 20:14:53 GMT</pubDate></item><item><title><![CDATA[Reply to Zwischen 2Zahlen wählen! on Sat, 03 Dec 2005 20:22:21 GMT]]></title><description><![CDATA[<p>Geil danke werds mal versuchen <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>
]]></description><link>https://www.c-plusplus.net/forum/post/933430</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/933430</guid><dc:creator><![CDATA[BinBlöd]]></dc:creator><pubDate>Sat, 03 Dec 2005 20:22:21 GMT</pubDate></item></channel></rss>