<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chris&#039;s blog</title>
	<atom:link href="http://devlix.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devlix.wordpress.com</link>
	<description>C++ Progress Blog</description>
	<lastBuildDate>Tue, 20 Jul 2010 03:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devlix.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris&#039;s blog</title>
		<link>http://devlix.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devlix.wordpress.com/osd.xml" title="Chris&#039;s blog" />
	<atom:link rel='hub' href='http://devlix.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tic-Tac-Toe!</title>
		<link>http://devlix.wordpress.com/2010/07/19/tic-tac-toe/</link>
		<comments>http://devlix.wordpress.com/2010/07/19/tic-tac-toe/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 03:08:57 +0000</pubDate>
		<dc:creator>devlix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://devlix.wordpress.com/?p=20</guid>
		<description><![CDATA[I have been studying a lot of C++ and I made my first game Tic-Tac-Toe! It is simple but something I have playing myself. It just runs in console very simple.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=20&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been studying a lot of C++ and I made my first game Tic-Tac-Toe! It is simple but something I have playing myself. It just runs in console very simple.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devlix.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devlix.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devlix.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=20&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devlix.wordpress.com/2010/07/19/tic-tac-toe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ce61d79d9a0f655fa5878e56a9e2a4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devlix</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy&#8230;</title>
		<link>http://devlix.wordpress.com/2010/07/06/easy/</link>
		<comments>http://devlix.wordpress.com/2010/07/06/easy/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 01:10:07 +0000</pubDate>
		<dc:creator>devlix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://devlix.wordpress.com/?p=17</guid>
		<description><![CDATA[C++ is a lot easier to understand that I thought. The only thing I am having trouble with at this point is understanding pointers I will have to read more about it and practice more with it. Currently I am reading Object Oriented Programming in C++ by Robert Lafore. The only programs I have made [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=17&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>C++ is a lot easier to understand that I thought. The only thing I am having trouble with at this point is understanding pointers I will have to read more about it and practice more with it. Currently I am reading <em>Object Oriented Programming in C++</em> by Robert Lafore. The only programs I have made so far are basic games in the console like guess a number, tic-tac-toe, and blackjack. I plan on updating this blog every Tuesday and Friday.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devlix.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devlix.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devlix.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=17&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devlix.wordpress.com/2010/07/06/easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ce61d79d9a0f655fa5878e56a9e2a4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devlix</media:title>
		</media:content>
	</item>
		<item>
		<title>This will be my first post.</title>
		<link>http://devlix.wordpress.com/2010/07/03/this-will-be-my-first-post/</link>
		<comments>http://devlix.wordpress.com/2010/07/03/this-will-be-my-first-post/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 07:52:11 +0000</pubDate>
		<dc:creator>devlix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://devlix.wordpress.com/?p=15</guid>
		<description><![CDATA[I have decided to begin learning C++ because in the future I plan to be a game programmer. I am going to start by reading books suggested by gamedev.net and see where I go from there.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=15&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have decided to begin learning C++ because in the future I plan to be a game programmer. I am going to start by reading books suggested by <a href="http://www.gamedev.net/columns/books/">gamedev.net</a> and see where I go from there.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devlix.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devlix.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devlix.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devlix.wordpress.com&amp;blog=14502196&amp;post=15&amp;subd=devlix&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devlix.wordpress.com/2010/07/03/this-will-be-my-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ce61d79d9a0f655fa5878e56a9e2a4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devlix</media:title>
		</media:content>
	</item>
	</channel>
</rss>
