<?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[taschenrechner]]></title><description><![CDATA[<p>hi leutz, ich will nen einfach taschenrechner in c++ machen, aber bekomm das absolut nich hin <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> .</p>
<p>void __fastcall TForm1::BitBtn1Click(TObject *Sender)<br />
{<br />
int a=0 ;<br />
int b=0 ;<br />
int c=0 ;</p>
<p>a=StrToInt (Edi_Zahl1 -&gt; Text) ;<br />
b=StrToInt (Edi_Zahl2 -&gt; Text) ;<br />
c=StrToInt (Edi_Ergebnis -&gt; Text) ;<br />
}</p>
<p>ich hab ja jetzt die variablen erstellt, wie muss ich weitermachen. bitte ganz einfach, denn bin blutiger anfänger ;).<br />
und wie kann ich machen das er auch kommazahlen ausrechnen und anzeigen kann???</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160872/taschenrechner</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 10:01:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160872.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Sep 2006 13:09:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to taschenrechner on Sat, 30 Sep 2006 13:25:41 GMT]]></title><description><![CDATA[<p>hi leutz, ich will nen einfach taschenrechner in c++ machen, aber bekomm das absolut nich hin <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> .</p>
<p>void __fastcall TForm1::BitBtn1Click(TObject *Sender)<br />
{<br />
int a=0 ;<br />
int b=0 ;<br />
int c=0 ;</p>
<p>a=StrToInt (Edi_Zahl1 -&gt; Text) ;<br />
b=StrToInt (Edi_Zahl2 -&gt; Text) ;<br />
c=StrToInt (Edi_Ergebnis -&gt; Text) ;<br />
}</p>
<p>ich hab ja jetzt die variablen erstellt, wie muss ich weitermachen. bitte ganz einfach, denn bin blutiger anfänger ;).<br />
und wie kann ich machen das er auch kommazahlen ausrechnen und anzeigen kann???</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146985</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146985</guid><dc:creator><![CDATA[m0wL]]></dc:creator><pubDate>Sat, 30 Sep 2006 13:25:41 GMT</pubDate></item><item><title><![CDATA[Reply to taschenrechner on Sat, 30 Sep 2006 13:26:15 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Woher sollen wir denn wissen, was mit den Werten deiner Variablen passieren soll?<br />
Mir scheint dir fehlen einfach die notwendigstens Grundlagen in C++. Also fang erstmal mit einem Konsolen-Tutorial wie <a href="http://tutorial.schornboeck.net/inhalt.htm" rel="nofollow">dem hier</a> an.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146992</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146992</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 30 Sep 2006 13:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to taschenrechner on Sat, 30 Sep 2006 13:43:33 GMT]]></title><description><![CDATA[<p>hab jetzt die grundrechenarten hinbekommen.</p>
<p>float a ;<br />
float b ;</p>
<p>a=StrToInt (Edi_Zahl1 -&gt; Text) ;<br />
b=StrToInt (Edi_Zahl2 -&gt; Text) ;</p>
<p>Lab_Ergebnis -&gt; Caption = a/b;</p>
<p>wie kann ich jetzt einstellen das er nur auf 5 stellen hinterm komma rechnet, bzw anzeigt?</p>
<p>gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146995</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146995</guid><dc:creator><![CDATA[m0wL]]></dc:creator><pubDate>Sat, 30 Sep 2006 13:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to taschenrechner on Sat, 30 Sep 2006 13:49:35 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>siehe die <a href="http://bcb-tutorial.c-plusplus.net/Ansi/artikel2.html#FloatToStrF" rel="nofollow">AnsiString-Methoden</a> zum Formatieren von floats.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147011</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 30 Sep 2006 13:49:35 GMT</pubDate></item></channel></rss>