<?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>Jeremy Morgan's Journal &#187; c</title>
	<atom:link href="http://www.jeremymorgan.com/blog/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremymorgan.com/blog</link>
	<description>My Personal journal about what's going on in my world, programming cars and more.</description>
	<lastBuildDate>Sun, 15 Nov 2009 03:19:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to write text files in C#</title>
		<link>http://www.jeremymorgan.com/blog/c-sharp-tutorials/how-to-write-text-files-in-c/</link>
		<comments>http://www.jeremymorgan.com/blog/c-sharp-tutorials/how-to-write-text-files-in-c/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 06:06:01 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[C Sharp Tutorials]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[C sharp]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[C++ tutorials]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/blog/?p=57</guid>
		<description><![CDATA[So you want to know how to write a text file in C#? It's actually super easy. This tutorial explains how.

To start out, I'm just going to paste the code (I have received feedback about this) and then explain it later.]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/blog/c-sharp-tutorials/how-to-write-text-files-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write text files with C++</title>
		<link>http://www.jeremymorgan.com/blog/c-tutorials/how-to-write-text-files-with-c/</link>
		<comments>http://www.jeremymorgan.com/blog/c-tutorials/how-to-write-text-files-with-c/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 09:40:34 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[C++ tutorials]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/blog/?p=44</guid>
		<description><![CDATA[If you're reading this tutorial, it's likely because you googled how to read and write text files with C++.  And it's probably a pretty lucky guess you're a beginner, so I'll try to explain as much as I can here to make it clear.]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/blog/c-tutorials/how-to-write-text-files-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use OR operator with Strings in C#</title>
		<link>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/</link>
		<comments>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 05:07:57 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[C# .net]]></category>
		<category><![CDATA[C# code]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/blog/?p=17</guid>
		<description><![CDATA[I just had this problem tonight, so I thought I'd share the solution. In many languages you can do a string comparison in the following way:
if &#40;$city == &#34;Portland&#34; &#124;&#124; $city == &#34;Seattle&#34;&#41; &#123;
// stuff goes here
&#125;
And this works just fine. But in C#, strings are treated as objects, so you have to do the [...]]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start learning computer programming for free.</title>
		<link>http://www.jeremymorgan.com/blog/programming/how-to-start-programming-for-free/</link>
		<comments>http://www.jeremymorgan.com/blog/programming/how-to-start-programming-for-free/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 00:54:21 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[desktop programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[visual basic programming]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/blog/?p=14</guid>
		<description><![CDATA[So, you want to be a computer programmer? It's a lot easier (and cheaper) than it used to be. When I first started programming in the 90s, I remember having to shell out $300 bucks for a compiler package, and that was the "standard" edition. At the time it was pretty much your only option [...]]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/blog/programming/how-to-start-programming-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
