<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Grundlagen d. Informatik</title>
		<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/-t1.htm</link>
		<description></description>
		<lastBuildDate>Tue, 10 Feb 2009 16:38:48 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Grundlagen d. Informatik</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/-t1.htm</link>
		</image>
		<item>
			<title>Schriftliche Mitarbeitswiederholung</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/schriftliche-mitarbeitswiederholung-t109.htm</link>
			<dc:creator>Anonymous</dc:creator>
			<description><![CDATA[Am Donnerstag dem 19. 02. 2009 um 17.30 Uhr ist die erste schriftl. Mitarbeitswiederholung.
<br />

<br />
<u>Thema:</u>
<br />
Schleifen (for, while, do-while)
<br />
break;
<br />
continue;]]></description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Tue, 10 Feb 2009 16:38:48 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/schriftliche-mitarbeitswiederholung-t109.htm#235</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/schriftliche-mitarbeitswiederholung-t109.htm</guid>
		</item>
		<item>
			<title>up-to-date</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/up-to-date-t56.htm</link>
			<dc:creator>Ryuna</dc:creator>
			<description>Code:/* 2008-09-30 &#58;&#58; 3ABIT &#58;&#58; ABLAZA Hannelore

    Ein Programm ... kann meinen Zustand nicht

    voraus berechnen.

*/



#include &lt;iostream.h&gt;

#include &lt;conio.h&gt;    

#include &lt;math.h&gt;

#include &lt;stdlib.h&gt;

#include &lt;process.h&gt;



void main&#40;&#41;

&#123;

clrscr&#40;&#41;;  



/* Deklaration der Variablen&#58;

    cdespair    ... count despair

    ccondition   ...</description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Tue, 30 Sep 2008 18:57:07 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/up-to-date-t56.htm#126</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/up-to-date-t56.htm</guid>
		</item>
		<item>
			<title>ADIM Aufgaben 2.4</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-24-t80.htm</link>
			<dc:creator>rALF</dc:creator>
			<description>Hier ist die Vierecksaufgabe vom ADIM 2_4.

Die anderen mach ich auch noch, die werden nach und nach folgen.



Code:

#include &lt;iostream&gt;



using namespace std;



void main&#40;&#41;

&#123;

   int i, x, y, a, b, c, d;

   

   //Mehrdimensionales Arry wird mittels Pointer erstellt

   int* punkte = &#40;int*&#41;new int&#91;2&#93;&#91;4&#93;;

   /*

   Erklärung&#58;

   die Variable Punkte sieht  ...</description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Thu, 30 Oct 2008 15:18:05 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-24-t80.htm#184</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-24-t80.htm</guid>
		</item>
		<item>
			<title>GINF Klassenzimmer</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/ginf-klassenzimmer-t72.htm</link>
			<dc:creator>kleinh</dc:creator>
			<description><![CDATA[Hallo Leute,
<br />

<br />
Dienstag --&gt;     4. Stock
<br />
Donnerstag --&gt; 1. Stock ---&gt; KOES aber im 2.Stock
<br />

<br />
Schöne Grüße,
<br />
Herbert]]></description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Thu, 16 Oct 2008 17:17:31 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/ginf-klassenzimmer-t72.htm#172</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/ginf-klassenzimmer-t72.htm</guid>
		</item>
		<item>
			<title>ADIM Aufgaben 3.6</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-36-t64.htm</link>
			<dc:creator>rALF</dc:creator>
			<description>Ich habe einmal alle Beispiele aus dem ADIM Buch (3.6) für euch in ein einziges Programm zusammengefasst.

Vielleicht hilft's dem einen oder anderen, wenn er selber dabei ist.



Code:

/*main.cpp ***********************************

 *********************************************

 ************* ADIM Aufgabe 3.6 **************

 *********************************************

 *********************************Haider Ralf*/



#include &lt;iostream&gt;

#include &lt;string&gt;

#include  ...</description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Mon, 06 Oct 2008 14:02:07 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-36-t64.htm#149</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/adim-aufgaben-36-t64.htm</guid>
		</item>
		<item>
			<title>Microsoft Developer Network</title>
			<link>http://abit.forumotion.net/grundlagen-d-informatik-f9/microsoft-developer-network-t8.htm</link>
			<dc:creator>Anonymous</dc:creator>
			<description><![CDATA[Informationen, Tutorials, Infos zu den verschiedenen Programmiersprachen findet ihr auf der Seite <a href="http://msdn.microsoft.com" target="_blank"><a href="http://msdn.microsoft.com" target="_blank">http://msdn.microsoft.com</a></a>]]></description>
			<category>Grundlagen d. Informatik</category>
			<pubDate>Wed, 17 Sep 2008 09:30:56 GMT</pubDate>
			<comments>http://abit.forumotion.net/grundlagen-d-informatik-f9/microsoft-developer-network-t8.htm#9</comments>
			<guid>http://abit.forumotion.net/grundlagen-d-informatik-f9/microsoft-developer-network-t8.htm</guid>
		</item>
	</channel>
</rss>