<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quickie: Qsort Compare Func Trick</title>
	<atom:link href="http://scottbilas.com/blog/quickie-qsort-compare-func-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottbilas.com/blog/quickie-qsort-compare-func-trick/</link>
	<description>Take what you want, and leave the rest (just like your salad bar).</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:15:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://scottbilas.com/blog/quickie-qsort-compare-func-trick/#comment-303</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 11 Oct 2009 02:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://scottbilas.wordpress.com/2009/05/25/quickie-qsort-compare-func-trick/#comment-303</guid>
		<description>That&#039;s a good point! I updated the post with the caveat.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point! I updated the post with the caveat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arseny Kapoulkine</title>
		<link>http://scottbilas.com/blog/quickie-qsort-compare-func-trick/#comment-295</link>
		<dc:creator>Arseny Kapoulkine</dc:creator>
		<pubDate>Sun, 04 Oct 2009 10:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://scottbilas.wordpress.com/2009/05/25/quickie-qsort-compare-func-trick/#comment-295</guid>
		<description>I&#039;ve recently found your blog and am reading through all entries - many are great, keep it up!

However, this one is hideous, don&#039;t use this :) At least not without assert guards &amp; data range knowledge. We&#039;ve had a bug with this approach back when we used qsort; this obviously fails for sorting integers with large differences (MAXINT &gt; -1, but MAXINT + 1 &lt; 0).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently found your blog and am reading through all entries &#8211; many are great, keep it up!</p>
<p>However, this one is hideous, don&#8217;t use this <img src='http://scottbilas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  At least not without assert guards &amp; data range knowledge. We&#8217;ve had a bug with this approach back when we used qsort; this obviously fails for sorting integers with large differences (MAXINT &gt; -1, but MAXINT + 1 &lt; 0).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

