<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.el-badawy.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>eb.com - c++</title>
 <link>http://www.el-badawy.com/?q=taxonomy/term/18/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>CPP Hello World</title>
 <link>http://www.el-badawy.com/?q=node/385</link>
 <description>&lt;pre style=&quot;color:blue&quot;&gt;

#include &amp;lt;string&amp;gt;
#include &amp;lt;iostream&amp;gt;

int main() {
    std::string msg = &quot;Hello people&quot;;
    std::cout &amp;lt;&amp;lt; msg &amp;lt;&amp;lt; std::endl;
    return 0;
}

&lt;/pre&gt;</description>
 <category domain="http://www.el-badawy.com/?q=taxonomy/term/18">c++</category>
 <pubDate>Mon, 04 Apr 2011 01:42:16 +0000</pubDate>
 <dc:creator>o</dc:creator>
 <guid isPermaLink="false">385 at http://www.el-badawy.com</guid>
</item>
</channel>
</rss>
