<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Variablenzuweisung &#8211; Teil 2</title>
	<atom:link href="http://et-tutorials.de/1226/variablenzuweisung-teil-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://et-tutorials.de/1226/variablenzuweisung-teil-2/</link>
	<description>Eletrotechnik Online</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:15:24 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Neuling</title>
		<link>http://et-tutorials.de/1226/variablenzuweisung-teil-2/comment-page-1/#comment-326</link>
		<dc:creator>Neuling</dc:creator>
		<pubDate>Sat, 13 Mar 2010 05:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://et-tutorials.de/?p=1226#comment-326</guid>
		<description>Meins ist kürzer ;D
main...   int i;
while...  printf(&quot;%d\n&quot;,j++%5);</description>
		<content:encoded><![CDATA[<p>Meins ist kürzer ;D<br />
main&#8230;   int i;<br />
while&#8230;  printf(&#8221;%d\n&#8221;,j++%5);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Wolfgang Bengfort</title>
		<link>http://et-tutorials.de/1226/variablenzuweisung-teil-2/comment-page-1/#comment-231</link>
		<dc:creator>Wolfgang Bengfort</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://et-tutorials.de/?p=1226#comment-231</guid>
		<description>OK, bevor es morgen wieder eine neue Folge gibt, möchte ich gerne eine mögliche Lösung aufzeigen, die der von Heinrich sehe nahe kommt.

int i=0; // am Anfang von void main(void)
//
//
//
while(1){
printf(&quot; %d\n &quot;,i%5);
i++;
}

Eine gute Idee von Heinrich ist es sicher auch ein getchar() einzubauen. So kann man jeden Schritt einzeln sehen.

Bis morgen!

Wolfgang</description>
		<content:encoded><![CDATA[<p>OK, bevor es morgen wieder eine neue Folge gibt, möchte ich gerne eine mögliche Lösung aufzeigen, die der von Heinrich sehe nahe kommt.</p>
<p>int i=0; // am Anfang von void main(void)<br />
//<br />
//<br />
//<br />
while(1){<br />
printf(&#8221; %d\n &#8220;,i%5);<br />
i++;<br />
}</p>
<p>Eine gute Idee von Heinrich ist es sicher auch ein getchar() einzubauen. So kann man jeden Schritt einzeln sehen.</p>
<p>Bis morgen!</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Wolfgang Bengfort</title>
		<link>http://et-tutorials.de/1226/variablenzuweisung-teil-2/comment-page-1/#comment-223</link>
		<dc:creator>Wolfgang Bengfort</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://et-tutorials.de/?p=1226#comment-223</guid>
		<description>Psst, nicht zu früh verraten ;-)
Sieht aber nicht schlecht aus.</description>
		<content:encoded><![CDATA[<p>Psst, nicht zu früh verraten <img src='http://et-tutorials.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Sieht aber nicht schlecht aus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Häring Heinrich</title>
		<link>http://et-tutorials.de/1226/variablenzuweisung-teil-2/comment-page-1/#comment-221</link>
		<dc:creator>Häring Heinrich</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://et-tutorials.de/?p=1226#comment-221</guid>
		<description>#include 
#include 
 main(){
int i=4; 
while(1){
   printf(&quot; %d\n &quot;,i%5,++i);       
    getchar();
}   
}
Ich hoffe diesmal alles richtig gemacht zu haben 
Heinrich.</description>
		<content:encoded><![CDATA[<p>#include<br />
#include<br />
 main(){<br />
int i=4;<br />
while(1){<br />
   printf(&#8221; %d\n &#8220;,i%5,++i);<br />
    getchar();<br />
}<br />
}<br />
Ich hoffe diesmal alles richtig gemacht zu haben<br />
Heinrich.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
