<?xml version="1.0" encoding="utf-8"?>
<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>C++</title>
		<link>http://anthraxcommunity.darkbb.com/c-f20/-t1.htm</link>
		<description></description>
		<lastBuildDate>Thu, 18 Dec 2008 00:48:17 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>C++</title>
			<url>http://img150.imageshack.us/img150/9075/anthraxbanner1.png</url>
			<link>http://anthraxcommunity.darkbb.com/c-f20/-t1.htm</link>
		</image>
		<item>
			<title>simple calculator and source</title>
			<link>http://anthraxcommunity.darkbb.com/c-f20/simple-calculator-and-source-t15.htm</link>
			<dc:creator>RougeAttacker</dc:creator>
			<description>http://rapidshare.com/files/174399846/Calculator.exe



Source:

======================================================================



#include&lt;iostream&gt; 

using namespace std;



int main(void)

{

    

    system(&quot;TITLE Calculator&quot;);

    system(&quot;COLOR 3&quot;);

    char cChar;

    double dfirstnumber;

    double dsecondnumber;

    char cdoagain;

    

    do

    {

         system(&quot;CLS&quot;);

         cout &lt;&lt; &quot;please enter  ...</description>
			<category>C++</category>
			<pubDate>Thu, 18 Dec 2008 00:48:17 GMT</pubDate>
			<comments>http://anthraxcommunity.darkbb.com/c-f20/simple-calculator-and-source-t15.htm#44</comments>
			<guid>http://anthraxcommunity.darkbb.com/c-f20/simple-calculator-and-source-t15.htm</guid>
		</item>
	</channel>
</rss>