<?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>FergyTech &#187; c/c++ development toolkit</title>
	<atom:link href="http://www.fergytech.com/tag/cc-development-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergytech.com</link>
	<description>The lovechild of technology and mayhem!</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Environment Issues Tonight</title>
		<link>http://www.fergytech.com/2009/07/environment-issues-tonight/</link>
		<comments>http://www.fergytech.com/2009/07/environment-issues-tonight/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 02:20:54 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[c/c++ development toolkit]]></category>
		<category><![CDATA[gamedev]]></category>
		<category><![CDATA[integrated development environment]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=637</guid>
		<description><![CDATA[Chapter 2 talks about conditional statements, such as IF, WHILE, SWITCH functions. I&#8217;ve used those alot with Javascript and PHP pages. So; for the most part, I plan on skimming this section. I did see a simple SWITCH program I wanted to run. It looked like fun. I had a weird thing happen though. My]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-638" title="Fedora Eclipse" src="http://www.fergytech.com/wp-content/uploads/lead_fedora_eclipse.jpg" alt="Fedora Eclipse" width="520" height="130" /></p>
<p>Chapter 2 talks about conditional statements, such as IF, WHILE, SWITCH functions. I&#8217;ve used those alot with Javascript and PHP pages. So; for the most part, I plan on skimming this section. I did see a simple SWITCH program I wanted to run. It looked like fun. I had a weird thing happen though. My C/C++ Development Environment (CDT) went missing. I saw that the C++ plugins were showing, but I couldn&#8217;t get that perspective up and running. In the end, I simply uninstalled/reinstlled &#8220;eclipse-cdt&#8221; and it was back to normal. Something must have conflicted during the last system update.</p>
<p><span id="more-637"></span></p>
<p>I marked my spot on page 46. It&#8217;s been a long day and I have no energy left to work on programming. I took the kids to the pool twice. Today&#8217;s high was about 90 degrees and I walked them to the pool, on their bikes, so that took a while. It was a pretty chill time though. No rush. We swam around and Leeanne needed to use the potty. So; I took them to the door and the door wouldn&#8217;t open. I swiped our card a couple times, but nothing budged.  So; this meant we had to cut it short and take the troops back home&#8230; on their bikes! Oh boy was the trip home, no fun.</p>
<p>I fed them and we all took a nap. After we got up, I took them again to the pool and they had a great time. As for me, I&#8217;m tired beyond relief.</p>
<h3>Back to My IDE-woahs!</h3>
<p>I continued to have problems with my Integrated Development Environment (IDE). After I build the program and try to run it I get an error message. I forget what it was, but I&#8217;m guessing since I had to reinstall my CDT, I might need to resintall or reconnect the GCC compiler. Good night folks, this looks like a job for tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/07/environment-issues-tonight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back on it After a Long Day</title>
		<link>http://www.fergytech.com/2009/07/back-on-it-after-a-long-day/</link>
		<comments>http://www.fergytech.com/2009/07/back-on-it-after-a-long-day/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 04:38:41 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[c/c++ development toolkit]]></category>
		<category><![CDATA[gamedev]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=628</guid>
		<description><![CDATA[What a day. It&#8217;s 22:31 and I can hardly believe it. I probably have about another half hour left in me, then it&#8217;s bed time and start the day all over again. We went to one of the neighborhoods for a fair, it ended up not being all that great, but it was a beautiful]]></description>
			<content:encoded><![CDATA[<p>What a day. It&#8217;s 22:31 and I can hardly believe it. I probably have about another half hour left in me, then it&#8217;s bed time and start the day all over again. We went to one of the neighborhoods for a fair, it ended up not being all that great, but it was a beautiful day. I had to take the kids home, to feed and put them to bed. We had a visit from our rock-star cousin, Christopher Comrie, and later on we babysat London, so her parents could go watch a movie.</p>
<p><span id="more-628"></span></p>
<p>I&#8217;m back on page 20 &#8211; variables. This part of the chapter is dealing with calculations, enumerators, etc. I finished chapter one and realized it might take me two weeks to complete a chapter, instead of one.</p>
<h3>Chapter Two</h3>
<p>Chapter two has my interest because it looks like he&#8217;ll talk about the &#8220;game loop&#8221;. When I took programming, back in college, I recall thinking about how these functions worked together. You can only have one main function and I thought about how what happens after the game finishes or after you &#8220;save and quit&#8221;. I came up with the term &#8220;game loop&#8221; &#8211; not knowing it was already a term. It&#8217;s pretty obvious that&#8217;s what it&#8217;d be called, but I&#8217;m happy I was able to figure it out &#8211; before someone told me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/07/back-on-it-after-a-long-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting to Know My CDT</title>
		<link>http://www.fergytech.com/2009/07/getting-to-know-my-cdt/</link>
		<comments>http://www.fergytech.com/2009/07/getting-to-know-my-cdt/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 03:01:50 +0000</pubDate>
		<dc:creator>Marc Ferguson</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[c/c++ development toolkit]]></category>
		<category><![CDATA[gamedev]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.fergytech.com/?p=625</guid>
		<description><![CDATA[I&#8217;m working with Eclipse and I finally jumped into their Help files to figure out how do I do a simple &#8220;Hello World&#8221; application. The first one was a template, so I created an empty project just to see what the difference is and I was able to recreate the hello world app. Very cool.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working with Eclipse and I finally jumped into their Help files to figure out how do I do a simple &#8220;Hello World&#8221; application. The first one was a template, so I created an empty project just to see what the difference is and I was able to recreate the hello world app. Very cool. Since my earliest memory of programming goes back to Borland, I&#8217;m very impressed with how this CDT works. As you create objects in the code, there&#8217;s a reference created in the Outline tab. This will make navigating your code so much easier. Also; as your typing, it&#8217;ll automatically display a &#8220;syntax error&#8221; if you have one. I&#8217;m guessing VisualStudio has this already built-in, but this is new to me and I&#8217;m loving it.</p>
<p>Now that I have the basics, of this CDT, I&#8217;m back to reading the book. I believe I ended off declaring variables. I created a variable.cpp file and began working with the editor. Very nice how it helps.  Oh boy, I left it at page 20. I&#8217;m too tired to continue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fergytech.com/2009/07/getting-to-know-my-cdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

