<?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[[C++] Rechenprogramm]]></title><description><![CDATA[<p>hallo erstmal ich bin noch sehr neu in sachen c++<br />
und mein problem ist das ich ein programm machen will das das hier ausgeben soll</p>
<p>1*2= 2 1*3= 3 1*4= 4 1*5= 5 1*6= 6 1*7= 7 1*8= 8 1*9= 9 1<em>10= 10<br />
2*2= 4 2*3= 6 2*4= 8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2</em>10= 20<br />
3*2= 6 3*3= 9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3<em>10= 30<br />
4*2= 8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4</em>10= 40<br />
5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5<em>10= 50<br />
6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 6*7=42 6*8=48 6*9=54 6</em>10= 60<br />
7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 7*8=56 7*9=63 7<em>10= 70<br />
8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 8*9=72 8</em>10= 80<br />
9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 9<em>10= 90<br />
10*2=20 10*3=30 10*4=40 10*5=50 10*6=60 10*7=70 10*8=80 10*9=90 10</em>10=100</p>
<p>ich hab so angefangen</p>
<pre><code class="language-cpp">#include &lt;stdio.h&gt;
#define zahl = 1.0 ; zahl2 = 1.0

main ()
{
float a ; float b ;
    for (a = 1.0f ; a &lt;= 10.0f ; a++);
{
    for (b =1.0f ; b &lt;=10.0f ; b++ );
{
    printf(&quot;%);
}
return 0 ;
}
</code></pre>
<p>Nur ich weiß noch nicht so recht wie ich das jetz anstellen soll<br />
wär nett wenn ihr mir helfen könntet</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/177489/c-rechenprogramm</link><generator>RSS for Node</generator><lastBuildDate>Thu, 25 Jun 2026 13:25:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/177489.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Apr 2007 02:15:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 02:15:19 GMT]]></title><description><![CDATA[<p>hallo erstmal ich bin noch sehr neu in sachen c++<br />
und mein problem ist das ich ein programm machen will das das hier ausgeben soll</p>
<p>1*2= 2 1*3= 3 1*4= 4 1*5= 5 1*6= 6 1*7= 7 1*8= 8 1*9= 9 1<em>10= 10<br />
2*2= 4 2*3= 6 2*4= 8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2</em>10= 20<br />
3*2= 6 3*3= 9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3<em>10= 30<br />
4*2= 8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4</em>10= 40<br />
5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5<em>10= 50<br />
6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 6*7=42 6*8=48 6*9=54 6</em>10= 60<br />
7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 7*8=56 7*9=63 7<em>10= 70<br />
8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 8*9=72 8</em>10= 80<br />
9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 9<em>10= 90<br />
10*2=20 10*3=30 10*4=40 10*5=50 10*6=60 10*7=70 10*8=80 10*9=90 10</em>10=100</p>
<p>ich hab so angefangen</p>
<pre><code class="language-cpp">#include &lt;stdio.h&gt;
#define zahl = 1.0 ; zahl2 = 1.0

main ()
{
float a ; float b ;
    for (a = 1.0f ; a &lt;= 10.0f ; a++);
{
    for (b =1.0f ; b &lt;=10.0f ; b++ );
{
    printf(&quot;%);
}
return 0 ;
}
</code></pre>
<p>Nur ich weiß noch nicht so recht wie ich das jetz anstellen soll<br />
wär nett wenn ihr mir helfen könntet</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1256929</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1256929</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sun, 01 Apr 2007 02:15:19 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 02:57:59 GMT]]></title><description><![CDATA[<p>na is doch schon gar nicht mal so schlehct was du schon hast. Mit den zwei schleifen ist das schon richtig so.</p>
<p>Aber:</p>
<p>-nimm &lt;iostream&gt; anstatt stdio.h<br />
-nimm int anstatt float, du hast ja nur Ganzzahlen</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

using namespace std;

int main()
{
  // Beispiel, musst dann nur noch in die Schleife einbauen
  int a = 4;
  int b = 3;

  cout &lt;&lt; a &lt;&lt; &quot; * &quot; &lt;&lt; b &lt;&lt; &quot; = &quot; &lt;&lt; a * b &lt;&lt; endl;

  return 0;
}

// Gibt aus:
4 * 3 = 12
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1256931</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1256931</guid><dc:creator><![CDATA[Maxi]]></dc:creator><pubDate>Sun, 01 Apr 2007 02:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 08:17:20 GMT]]></title><description><![CDATA[<p>sind das deine hausaufgaben?<br />
soll das C oder C++ werden?</p>
<p>(in ansi c wuerds reinpassen. dort hat er naemlich schon eine andere frage.)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1256958</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1256958</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Sun, 01 Apr 2007 08:17:20 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 08:31:23 GMT]]></title><description><![CDATA[<p>Soll das ein Aprilscherz sein? Du hast duch schon n Programm das dir das kleine 1*1 ausgibt, oder hast du das hier von hand gschrieben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1256969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1256969</guid><dc:creator><![CDATA[rolfrofl]]></dc:creator><pubDate>Sun, 01 Apr 2007 08:31:23 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 13:38:15 GMT]]></title><description><![CDATA[<p>ich wollte das einfach ma zur übung machen<br />
und ja das was ich geschrieben hab hab ich per hand geschrieben<br />
ist c++</p>
<p>wofür steht &lt;iostream&gt; ?!</p>
<p>danke für hilfe !</p>
<p>und jaja ich weiß ich bin schlecht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue"
      title=":P"
      alt="😛"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257222</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257222</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sun, 01 Apr 2007 13:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 14:37:38 GMT]]></title><description><![CDATA[<p>c4pone schrieb:</p>
<blockquote>
<p>und ja das was ich geschrieben hab hab ich per hand geschrieben<br />
ist c++</p>
</blockquote>
<p>ich mein das</p>
<p>c4pone schrieb:</p>
<blockquote>
<p>1*2= 2 1*3= 3 1*4= 4 1*5= 5 1*6= 6 1*7= 7 1*8= 8 1*9= 9 1<em>10= 10<br />
2*2= 4 2*3= 6 2*4= 8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2</em>10= 20<br />
3*2= 6 3*3= 9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3<em>10= 30<br />
4*2= 8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4</em>10= 40<br />
5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5<em>10= 50<br />
6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 6*7=42 6*8=48 6*9=54 6</em>10= 60<br />
7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 7*8=56 7*9=63 7<em>10= 70<br />
8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 8*9=72 8</em>10= 80<br />
9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 9<em>10= 90<br />
10*2=20 10*3=30 10*4=40 10*5=50 10*6=60 10*7=70 10*8=80 10*9=90 10</em>10=100</p>
</blockquote>
<p><a href="http://www.cplusplus.com/reference/iostream/" rel="nofollow">http://www.cplusplus.com/reference/iostream/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257281</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257281</guid><dc:creator><![CDATA[rolfrofl]]></dc:creator><pubDate>Sun, 01 Apr 2007 14:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 15:02:47 GMT]]></title><description><![CDATA[<p>ne das soll mein programm später ausgeben</p>
<p>ich hab es jetz nochma so probier aber ich check das immer noch nicht könnte mir vielleicht jemand das programm zuende schreiben damit ich ma sehen könnte wie das dann aufgebaut wäre und bitte benutzt bitte nicht zu viele neue befehle ^^</p>
<pre><code class="language-cpp">#include &lt;stdio.h&gt;
#define  ZahlA 1.0f
#define  ZahlB 1.0f

 main()

{
 int a;
 for (a=1 ; a&lt;=10 ; a++ );

 int b;
 for (b=1 ; b&lt;=10 ; b++);

 printf(&quot;%1.0f*%1.0f =\n&quot; , a * ZahlA , b * ZahlB);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1257305</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257305</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sun, 01 Apr 2007 15:02:47 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 15:06:39 GMT]]></title><description><![CDATA[<p>nach for() kein semikolon<br />
die {} sind wichtig</p>
<p>lies dein tutorial/buch und frag erst danach wieder.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257309</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257309</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Sun, 01 Apr 2007 15:06:39 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 16:44:33 GMT]]></title><description><![CDATA[<p>ok jetz hab ich es hahah</p>
<p>nur weiß ich nicht wie ich es nebeneinander machen soll anstadt untereinander ?!</p>
<pre><code class="language-cpp">#include &lt;stdio.h&gt;

int main()
{
    int a, b;
    for (a=1 ; a&lt;=10 ; a++ ) {
        for (b=1 ; b&lt;=10 ; b++) {
            printf(&quot;%d * %d = %d\n&quot;, a, b, a * b);
        }
    }
    return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1257349</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257349</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sun, 01 Apr 2007 16:44:33 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 16:53:30 GMT]]></title><description><![CDATA[<p>\n macht nen Zeilenumbruch</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257426</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257426</guid><dc:creator><![CDATA[zaboom]]></dc:creator><pubDate>Sun, 01 Apr 2007 16:53:30 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 17:05:31 GMT]]></title><description><![CDATA[<p>okkok danke habt mir echt geholfen , sry für die vielen anfänger fragen ^^ danke cu</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257440</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257440</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sun, 01 Apr 2007 17:05:31 GMT</pubDate></item><item><title><![CDATA[Reply to [C++] Rechenprogramm on Sun, 01 Apr 2007 17:25:22 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Trotzdem solltest du dir den Unterschied zwischen C und C++ anschauen.</p>
<p>chrische</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1257462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1257462</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 01 Apr 2007 17:25:22 GMT</pubDate></item></channel></rss>