<?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>Chuckles’ Blog or Chog, or maybe Bluckles &#187; c programming</title>
	<atom:link href="http://blog.chuckles34.net/category/programming/c-programming/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chuckles34.net</link>
	<description>As you'll see, i can waste a lot of time</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Route Builder in c</title>
		<link>http://blog.chuckles34.net/2007/09/06/route-builder-in-c</link>
		<comments>http://blog.chuckles34.net/2007/09/06/route-builder-in-c#comments</comments>
		<pubDate>Thu, 06 Sep 2007 01:01:05 +0000</pubDate>
		<dc:creator>Chuckles</dc:creator>
				<category><![CDATA[Planimate]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.chuckles34.net/2007/09/06/route-builder-in-c</guid>
		<description><![CDATA[I&#8217;ve spent some time recently looking a building my very basic route builder (currently sitting in Planimate) into a dll. The route builder returns all possible results (at the moment) so its forcing me to look at improving the efficiency of the data structures used, as the solution space can be extremely large. Its also [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent some time recently looking a building my very basic route builder (currently sitting in <a href="http://www.planimate.com" title="Planimate" target="_blank">Planimate</a>) into a dll. The route builder returns all possible results (at the moment) so its forcing me to look at improving the efficiency of the data structures used, as the solution space can be extremely large. Its also getting me into efficient memory management use, something I&#8217;ve never really had to bother with.</p>
<p>All in all when i finish it I&#8217;ll have another not entirely useless tool that will hardly be used <img src='http://<a href="/category/blog" title="View all posts filed under blog">blog</a>.chuckles34.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For people who&#8217;ve never seen <a href="/category/planimate" title="View all posts filed under Planimate">Planimate</a> I highly recommend a <a href="http://www.planimate.com" title="Planimate" target="_blank">look</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chuckles34.net/2007/09/06/route-builder-in-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
