<?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>Andrey Vystavkin Blog &#187; c++</title>
	<atom:link href="http://j4vk.com/wordpress/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://j4vk.com/wordpress</link>
	<description>Life and work in Cyprus</description>
	<lastBuildDate>Wed, 08 Sep 2010 08:05:01 +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>Localization algorithms, maze generation</title>
		<link>http://j4vk.com/wordpress/2010/09/localization-algorithms-maze-generation/</link>
		<comments>http://j4vk.com/wordpress/2010/09/localization-algorithms-maze-generation/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 08:05:01 +0000</pubDate>
		<dc:creator>Andrey Vystavkin</dc:creator>
				<category><![CDATA[Robotics]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[maze generator]]></category>

		<guid isPermaLink="false">http://j4vk.com/wordpress/?p=786</guid>
		<description><![CDATA[Thou shalt start from scratch. From beginners stuff &#8211; localization algorithms. And the beginners stuff of localization algorithms would be mazes. For test purposes, I&#8217;ll start with maze generator. Here, you can find a basic maze generator with placement of Finish/Start points on the matrix of 16&#215;16 written by John Dumas. In case you get [...]]]></description>
			<content:encoded><![CDATA[<p>Thou shalt start from scratch. From beginners stuff &#8211; localization algorithms. And the beginners stuff of localization algorithms would be mazes.</p>
<p>For test purposes, I&#8217;ll start with maze generator. <a title="Simple Maze generator in C++" href="http://www.vulcanware.com/cpp_maze/index.html">Here</a>, you can find a basic maze generator with placement of Finish/Start points on the matrix of 16&#215;16 written by John Dumas.</p>
<p><a href="http://j4vk.com/wordpress/uploads/2010/09/maze.png"><img class="aligncenter size-medium wp-image-788" title="maze sample" src="http://j4vk.com/wordpress/uploads/2010/09/maze-274x300.png" alt="maze sample from John Dumas" width="274" height="300" /></a></p>
<p>In case you get error about about <code>equalsIC()</code> method in the code about strlen utilization &#8211; include <code>cstring</code> library and follow the comments to compile the code for the maze output. The code gives you an ability of tracing different variations of path finding as well, thus it&#8217;ll be a nice place to start with basic path-finding techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://j4vk.com/wordpress/2010/09/localization-algorithms-maze-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
