<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Short precious code snippet</title>
	<link>http://bka-bonn.de/wordpress/index.php/2009/08/12/short-precious-code-snippet/</link>
	<description>This is C++, we all have our segfaults.</description>
	<pubDate>Sun, 20 May 2012 12:43:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: STEVEN SEAGAL</title>
		<link>http://bka-bonn.de/wordpress/index.php/2009/08/12/short-precious-code-snippet/#comment-121</link>
		<dc:creator>STEVEN SEAGAL</dc:creator>
		<pubDate>Tue, 01 Jun 2010 05:31:54 +0000</pubDate>
		<guid>http://bka-bonn.de/wordpress/index.php/2009/08/12/short-precious-code-snippet/#comment-121</guid>
		<description>the last loop will execute 51 times.  it's i&#60;50, not i&#60;=50, since you are starting at 0.</description>
		<content:encoded><![CDATA[<p>the last loop will execute 51 times.  it&#8217;s i&lt;50, not i&lt;=50, since you are starting at 0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

