<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mewcetti &#187; My Programs</title>
	<atom:link href="http://mewcetti.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://mewcetti.com</link>
	<description>My Home\\A blog about programming, satire, and my experiences</description>
	<lastBuildDate>Wed, 28 Apr 2010 00:55:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>C++ &#8211; BasicPing</title>
		<link>http://mewcetti.com/2008/05/20/c-basicping/</link>
		<comments>http://mewcetti.com/2008/05/20/c-basicping/#comments</comments>
		<pubDate>Wed, 21 May 2008 01:19:32 +0000</pubDate>
		<dc:creator>Rei</dc:creator>
				<category><![CDATA[My Programs]]></category>

		<guid isPermaLink="false">http://mewcetti.com/?p=17</guid>
		<description><![CDATA[So I decided to write an easy to use pinging program in C++&#8230;ok so this is probably platform dependent(uses the system() method) but I said BasicPing. Download basicping]]></description>
			<content:encoded><![CDATA[<p>So I decided to write an easy to use pinging program in C++&#8230;ok so this is probably platform dependent(uses the system() method) but I said BasicPing.</p>
<p><a href="http://mewcetti.com/wp-content/uploads/2008/05/basicping.cpp">Download basicping</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mewcetti.com/2008/05/20/c-basicping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dicerollr</title>
		<link>http://mewcetti.com/2008/04/27/i-love-c/</link>
		<comments>http://mewcetti.com/2008/04/27/i-love-c/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 01:04:58 +0000</pubDate>
		<dc:creator>Rei</dc:creator>
				<category><![CDATA[My Programs]]></category>
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://mewcetti.com/?p=5</guid>
		<description><![CDATA[This is a simple dice simulation program that accepts the amount of sides of a die to cast, then generates random numbers, stores those in a vector, generates another random number to select which vector element to use, then outputs it, and finally asks the user if they&#8217;d like to rerun the program. dicerollr License: [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple dice simulation program that accepts the amount of sides of a die to cast, then generates random numbers, stores those in a vector, generates another random number to select which vector element to use, then outputs it, and finally asks the user if they&#8217;d like to rerun the program.</p>
<p><a href="http://mewcetti.com/wp-content/uploads/2008/04/dicerollr.cpp">dicerollr</a></p>
<p>License: <a href="http://mewcetti.com/?p=8">MIT</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mewcetti.com/2008/04/27/i-love-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
