<?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: Quellcode-Beispiele in WordPress</title>
	<atom:link href="http://www.datenteiler.de/quellcode-beispiele-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datenteiler.de/quellcode-beispiele-in-wordpress/</link>
	<description>Kopieren als Kulturtechnik</description>
	<lastBuildDate>Mon, 30 Jan 2012 00:45:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Sabine</title>
		<link>http://www.datenteiler.de/quellcode-beispiele-in-wordpress/comment-page-1/#comment-10068</link>
		<dc:creator>Sabine</dc:creator>
		<pubDate>Tue, 19 May 2009 06:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.imhorst.net/?p=2120#comment-10068</guid>
		<description>Echt interessant!</description>
		<content:encoded><![CDATA[<p>Echt interessant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christian Imhorst</title>
		<link>http://www.datenteiler.de/quellcode-beispiele-in-wordpress/comment-page-1/#comment-9919</link>
		<dc:creator>Christian Imhorst</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.imhorst.net/?p=2120#comment-9919</guid>
		<description>Wie man sieht, funktionierts:

&lt;code&gt;
#include &lt;iostream&gt;
#include &lt;cstring&gt;
using namespace std;

int main(){
   cout&lt;&lt;&quot;\nHallo Welt!\n&quot;&lt;&lt;endl;
   return 0;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Wie man sieht, funktionierts:</p>
<pre><code>#include &lt;iostream&gt;
#include &lt;cstring&gt;
using namespace std;

int main(){
   cout&lt;&lt;"\nHallo Welt!\n"&lt;&lt;endl;
   return 0;
}</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

