<?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::erledigt]]></title><description><![CDATA[<p>danke dir für deine Großartige HILFE bisher</p>
<p>lg<br />
an<br />
C Stoll</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/290335/taschenrechner-erledigt</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 16:36:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/290335.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jul 2011 16:27:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Taschenrechner::erledigt on Mon, 25 Jul 2011 09:49:06 GMT]]></title><description><![CDATA[<p>danke dir für deine Großartige HILFE bisher</p>
<p>lg<br />
an<br />
C Stoll</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2097239</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2097239</guid><dc:creator><![CDATA[markuswenczel]]></dc:creator><pubDate>Mon, 25 Jul 2011 09:49:06 GMT</pubDate></item><item><title><![CDATA[Reply to Taschenrechner::erledigt on Sun, 24 Jul 2011 16:32:00 GMT]]></title><description><![CDATA[<p>Du mußt schon in der Schleife die Zwischenergebnisse mitspeichern und aktualisieren:</p>
<pre><code class="language-cpp">cin&gt;&gt;sum;//erste Zahl der Reihe
while(cin&gt;&gt;op&gt;&gt;zahl &amp;&amp; op!='!')
{
  switch(op)
  {
  case '+': sum+=zahl;break;
  ...
  }
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2097243</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2097243</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sun, 24 Jul 2011 16:32:00 GMT</pubDate></item></channel></rss>