<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[devshare.de - C / C++]]></title>
		<link>http://devshare.de/topic/38626/c-c/</link>
		<description><![CDATA[Die neusten Beiträge in C / C++.]]></description>
		<lastBuildDate>Tue, 11 Jan 2005 22:54:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: C / C++]]></title>
			<link>http://devshare.de/post/44792/#p44792</link>
			<description><![CDATA[<p>hi,</p><p>kann dir nur das Buch:&nbsp; :arrow: Joachim Goll, Ulrich Broeckl, Manfred Dausmann:&nbsp; &quot;C als erste Programmiersprache - Vom Einsteiger zum Profi&quot; (4. Auflage, Teubner Verlag, mit CD)&nbsp; :!:&nbsp; empfehlen.</p><p>Daran habe ich vor kurzem C gelernt.<br />Und es ist super gut zum schnellen Nachschlagen und beim erstmaligen Lernen.&nbsp; <img src="http://devshare.de/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> </p><p>also dann</p><p>Leni</p>]]></description>
			<author><![CDATA[dummy@example.com (Leni)]]></author>
			<pubDate>Tue, 11 Jan 2005 22:54:01 +0000</pubDate>
			<guid>http://devshare.de/post/44792/#p44792</guid>
		</item>
		<item>
			<title><![CDATA[Re: C / C++]]></title>
			<link>http://devshare.de/post/39507/#p39507</link>
			<description><![CDATA[<p>#include &lt;stdio.h&gt;<br /> #include &lt;stdlib.h&gt;<br /> #include &lt;conio.h&gt;</p><p> int main()<br /> {<br /> &nbsp; &nbsp; FILE *in;<br />&nbsp; &nbsp; &nbsp;int key=0;</p><p>&nbsp; &nbsp; &nbsp;if ((in = fopen(&quot;test.pcp&quot;,&quot;r&quot;)) == NULL)<br />&nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;puts(&quot;Unable to open the file&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;getch();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;<br />&nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp; &nbsp;while (!feof(in))<br />&nbsp; &nbsp; &nbsp;{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;key = fgetc(in);</p><p> &nbsp; &nbsp; if (!feof(in))<br /> &nbsp; &nbsp; {</p> <br /> <br /><p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (key [color=&quot;red&quot;] = [/color] &#039;1&#039;)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textcolor(RED);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (key=&#039;2&#039;)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textcolor(GREEN);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (key=&#039;3&#039;)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textcolor(BLUE);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p> <br /><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cprintf(&quot;%c&quot;,219);</p><p>&nbsp; &nbsp; &nbsp;}<br /> }<br />&nbsp; &nbsp; &nbsp;fclose(in);<br />&nbsp; &nbsp; &nbsp;getch();<br />&nbsp; &nbsp; &nbsp;return 0;</p><p> }</p><p> so..und warum nimmt der am ende immer die blaue schriftfarbe? </p><p> (schon guuut!*g*)<br /> das Problem war, dass er bei der if&nbsp; [color=&quot;red&quot;]&nbsp; (=)&nbsp; [/color]zugewiesen hat,...und nicht überprüft hat&nbsp; [color=&quot;green&quot;]&nbsp; (==) [/color] &lt;img src=&quot;/forum/images/graemlins/grin.gif&quot; alt=&quot;&quot; /&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (Iceland)]]></author>
			<pubDate>Fri, 24 Oct 2003 12:13:58 +0000</pubDate>
			<guid>http://devshare.de/post/39507/#p39507</guid>
		</item>
		<item>
			<title><![CDATA[Re: C / C++]]></title>
			<link>http://devshare.de/post/39059/#p39059</link>
			<description><![CDATA[<p>Danke j|g</p><p> Hat vielleicht noch jemand anderes nen Tipp für mich...<br /> Nur noch für C...</p>]]></description>
			<author><![CDATA[dummy@example.com (theTJ)]]></author>
			<pubDate>Sat, 04 Oct 2003 13:37:31 +0000</pubDate>
			<guid>http://devshare.de/post/39059/#p39059</guid>
		</item>
		<item>
			<title><![CDATA[Re: C / C++]]></title>
			<link>http://devshare.de/post/38629/#p38629</link>
			<description><![CDATA[<p>hier ein paar Links:</p><p> <a href="http://www.pronix.de/C/index.shtml">http://www.pronix.de/C/index.shtml</a><br /> <a href="http://www.br-online.de/alpha/it-kompaktkurs/faecher.shtml">http://www.br-online.de/alpha/it-kompak &#133; cher.shtml</a><br /> <a href="http://www.br-online.de/alpha/it-grundstudium/wirtschaftsinformatik.shtml">http://www.br-online.de/alpha/it-grunds &#133; atik.shtml</a></p>]]></description>
			<author><![CDATA[dummy@example.com (j|g)]]></author>
			<pubDate>Thu, 18 Sep 2003 11:32:10 +0000</pubDate>
			<guid>http://devshare.de/post/38629/#p38629</guid>
		</item>
		<item>
			<title><![CDATA[C / C++]]></title>
			<link>http://devshare.de/post/38626/#p38626</link>
			<description><![CDATA[<p>Hallo,</p><p> wer kann mir ein gutes Buch oder nen guten Link zum C / C++ Lernen empfehlen</p><p> dank im voraus</p>]]></description>
			<author><![CDATA[dummy@example.com (theTJ)]]></author>
			<pubDate>Thu, 18 Sep 2003 11:20:30 +0000</pubDate>
			<guid>http://devshare.de/post/38626/#p38626</guid>
		</item>
	</channel>
</rss>

