<?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>The Lone C++ Coder&#039;s Blog</title>
	<atom:link href="http://www.lonecpluspluscoder.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lonecpluspluscoder.com</link>
	<description>The continued diary of an experienced C++ programmer</description>
	<lastBuildDate>Wed, 15 Feb 2012 16:16:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why I still use a separate editor</title>
		<link>http://www.lonecpluspluscoder.com/2012/02/why-i-still-use-a-separate-editor/</link>
		<comments>http://www.lonecpluspluscoder.com/2012/02/why-i-still-use-a-separate-editor/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 16:16:17 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[General Programming]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=104</guid>
		<description><![CDATA[There is a lot that modern IDEs do well, but uncluttered writing space isn&#8217;t one of them. Once you add the various views of your project, the debug window, the source control window and various other important panes you&#8217;re left &#8230; <a href="http://www.lonecpluspluscoder.com/2012/02/why-i-still-use-a-separate-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2012/02/why-i-still-use-a-separate-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoingNative videos</title>
		<link>http://www.lonecpluspluscoder.com/2012/02/goingnative-videos/</link>
		<comments>http://www.lonecpluspluscoder.com/2012/02/goingnative-videos/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 21:36:47 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c++]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=111</guid>
		<description><![CDATA[Quick update to the previous post &#8211; it looks like at least some of the videos are now available on the Channel9 page: http://channel9.msdn.com/Events/GoingNative/GoingNative-2012]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2012/02/goingnative-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halfway through GoingNative 2012</title>
		<link>http://www.lonecpluspluscoder.com/2012/02/halfway-through-goingnative-2012/</link>
		<comments>http://www.lonecpluspluscoder.com/2012/02/halfway-through-goingnative-2012/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:59:09 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[C++]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=109</guid>
		<description><![CDATA[It&#8217;s almost time to go back for the second day, but before I do I&#8217;d like to suggest that if you haven&#8217;t had a chance to attend in pereson or watch the livecast, see if you can find the videos &#8230; <a href="http://www.lonecpluspluscoder.com/2012/02/halfway-through-goingnative-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2012/02/halfway-through-goingnative-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to a multi-VHD Windows installation to separate work and personal data</title>
		<link>http://www.lonecpluspluscoder.com/2012/01/moving-to-a-multi-vhd-windows-installation-to-separate-work-and-personal-data/</link>
		<comments>http://www.lonecpluspluscoder.com/2012/01/moving-to-a-multi-vhd-windows-installation-to-separate-work-and-personal-data/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 04:52:10 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[General Programming]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=97</guid>
		<description><![CDATA[I had been thinking about setting myself up with a way to work from home in a disconnected fashion. Most of the places I&#8217;ve worked at in the past required me to remote into the work desktop, which is a &#8230; <a href="http://www.lonecpluspluscoder.com/2012/01/moving-to-a-multi-vhd-windows-installation-to-separate-work-and-personal-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2012/01/moving-to-a-multi-vhd-windows-installation-to-separate-work-and-personal-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another good reason to keep source file sizes small</title>
		<link>http://www.lonecpluspluscoder.com/2011/12/another-good-reason-to-keep-source-file-sizes-small/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/12/another-good-reason-to-keep-source-file-sizes-small/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 21:02:51 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[General Programming]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=92</guid>
		<description><![CDATA[Merging a file between SCM branches that is several thousand lines in size and has significant changes in both branches is a good way to have an unpleasant day, even if the SCM that&#8217;s being used has good support for &#8230; <a href="http://www.lonecpluspluscoder.com/2011/12/another-good-reason-to-keep-source-file-sizes-small/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/12/another-good-reason-to-keep-source-file-sizes-small/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful collection of Qt debug visualizers for Visual Studio</title>
		<link>http://www.lonecpluspluscoder.com/2011/09/useful-collection-of-qt-debug-visualizers-for-visual-studio/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/09/useful-collection-of-qt-debug-visualizers-for-visual-studio/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 00:59:20 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[qt]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=88</guid>
		<description><![CDATA[I had to reinstall VS2010 at work and because I clearly didn&#8217;t think this all the way through, forgot to save my autoexp.dat file before removing the old installation. And of course I didn&#8217;t realise what had happened until I &#8230; <a href="http://www.lonecpluspluscoder.com/2011/09/useful-collection-of-qt-debug-visualizers-for-visual-studio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/09/useful-collection-of-qt-debug-visualizers-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful list of C++ static analysis information</title>
		<link>http://www.lonecpluspluscoder.com/2011/07/useful-list-of-c-static-analysis-information/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/07/useful-list-of-c-static-analysis-information/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 19:00:10 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[C++]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=85</guid>
		<description><![CDATA[Just came across a link to this link collection that I think will be useful to C++ programmers: Everything about C++ source code static analysis]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/07/useful-list-of-c-static-analysis-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scope creep doesn&#8217;t only affect software projects&#8230;</title>
		<link>http://www.lonecpluspluscoder.com/2011/05/scope-creep-doesnt-only-affect-software-projects/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/05/scope-creep-doesnt-only-affect-software-projects/#comments</comments>
		<pubDate>Sun, 01 May 2011 15:36:10 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[Fun stuff]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=83</guid>
		<description><![CDATA[Let&#8217;s just make a small change to the requirements, I mean, what could go wrong? BBC &#8211; Peston&#8217;s Picks: Aircraft carrier costs to rise by at least a billion (again)]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/05/scope-creep-doesnt-only-affect-software-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In case you need to generate a file with the date in the filename in Windows</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/in-case-you-need-to-generate-a-file-with-the-date-in-the-filename-in-windows/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/03/in-case-you-need-to-generate-a-file-with-the-date-in-the-filename-in-windows/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 20:00:22 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[General Programming]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/2011/03/in-case-you-need-to-generate-a-file-with-the-date-in-the-filename-in-windows/</guid>
		<description><![CDATA[I just had the pleasure to do exactly that in a batch file. This link to MS support shows a nice way of taking the date apart and make it part of the filename. However in order to get it &#8230; <a href="http://www.lonecpluspluscoder.com/2011/03/in-case-you-need-to-generate-a-file-with-the-date-in-the-filename-in-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/03/in-case-you-need-to-generate-a-file-with-the-date-in-the-filename-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very nice and concise blog post about Boost.Test</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/very-nice-and-concise-blog-post-about-boost-test/</link>
		<comments>http://www.lonecpluspluscoder.com/2011/03/very-nice-and-concise-blog-post-about-boost-test/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 22:20:41 +0000</pubDate>
		<dc:creator>Timo Geusch</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=80</guid>
		<description><![CDATA[If you&#8217;re looking for a quick introduction to Boost.Test that covers the main features you&#8217;re likely to use, I would recommend looking at this blog post: a little madness » Blog Archive » C++ Unit Testing With Boost.Test]]></description>
		<wfw:commentRss>http://www.lonecpluspluscoder.com/2011/03/very-nice-and-concise-blog-post-about-boost-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

