<?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: C++ Programmer&#8217;s Guide to the Standard Template Library</title>
	<atom:link href="http://marknelson.us/about/stl/feed/" rel="self" type="application/rss+xml" />
	<link>http://marknelson.us</link>
	<description>Programming, mostly.</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/about/stl/comment-page-1/#comment-378696</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Sat, 24 Sep 2011 21:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/about/stl/#comment-378696</guid>
		<description>@AmazonCustomer:

Yes, there were a lot of errors in the source for the book - unfortunately, when it was published a lot of the work was still being done by hand, so code errors were always a problem. The source code from the CD was always the best place to get the error-free source.

As for the problem on page 37, I&#039;m going to guess that it will all be cleared up if you put this in front of the first line of the function:
[c]
template &lt;class T&gt;
[/c]

- Mark</description>
		<content:encoded><![CDATA[<p>@AmazonCustomer:</p>
<p>Yes, there were a lot of errors in the source for the book - unfortunately, when it was published a lot of the work was still being done by hand, so code errors were always a problem. The source code from the CD was always the best place to get the error-free source.</p>
<p>As for the problem on page 37, I'm going to guess that it will all be cleared up if you put this in front of the first line of the function:</p>
<div class="igBar"><span id="lc-1"><a href="#" onclick="javascript:showPlainTxt('c-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-1">
<div class="c">
<ol>
<li class="li1">
<div class="de1">template &lt;class T&gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>- Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmazonCustomer</title>
		<link>http://marknelson.us/about/stl/comment-page-1/#comment-378684</link>
		<dc:creator>AmazonCustomer</dc:creator>
		<pubDate>Sat, 24 Sep 2011 21:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/about/stl/#comment-378684</guid>
		<description>I bought this book, even though it&#039;s out of print, because so many people speak well of it.  However,  I found there are several mistakes in the code but I can&#039;t find an errata page,  is there one out there?  Most of the errors are simple and easy to correct except one I found on page 37.

The inline function:

   inline int BinaryTree::LessThan( const X &amp;t )
   {
      return strcmp( data, t ) &lt; 0;
   }

returns the build error:   to few templete-parameter-lists</description>
		<content:encoded><![CDATA[<p>I bought this book, even though it's out of print, because so many people speak well of it.  However,  I found there are several mistakes in the code but I can't find an errata page,  is there one out there?  Most of the errors are simple and easy to correct except one I found on page 37.</p>
<p>The inline function:</p>
<p>   inline int BinaryTree::LessThan( const X &amp;t )<br />
   {<br />
      return strcmp( data, t ) &lt; 0;<br />
   }</p>
<p>returns the build error:   to few templete-parameter-lists</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hash Functions for C++ Unordered Containers</title>
		<link>http://marknelson.us/about/stl/comment-page-1/#comment-373774</link>
		<dc:creator>Hash Functions for C++ Unordered Containers</dc:creator>
		<pubDate>Sat, 03 Sep 2011 20:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/about/stl/#comment-373774</guid>
		<description>[...] inscrutability of compiler errors in template classes is hardly something new &#8211; I was complaining about it all the way back in 1995. And the C++0x committee tried to do something about it. Had the C++0x [...]</description>
		<content:encoded><![CDATA[<p>[...] inscrutability of compiler errors in template classes is hardly something new &#8211; I was complaining about it all the way back in 1995. And the C++0x committee tried to do something about it. Had the C++0x [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://marknelson.us/about/stl/comment-page-1/#comment-358752</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 23 May 2011 18:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/about/stl/#comment-358752</guid>
		<description>Hello, Mr. Nelson!

Is there a chance to make IDG give the book away to the community (probably via a petition of some sort or another way)?

From what the reviewers say, the book may be still well relevant for the advanced/interested programmers it was initially written for.

Cheers from St. Petersburg (Russia)</description>
		<content:encoded><![CDATA[<p>Hello, Mr. Nelson!</p>
<p>Is there a chance to make IDG give the book away to the community (probably via a petition of some sort or another way)?</p>
<p>From what the reviewers say, the book may be still well relevant for the advanced/interested programmers it was initially written for.</p>
<p>Cheers from St. Petersburg (Russia)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance Diduck</title>
		<link>http://marknelson.us/about/stl/comment-page-1/#comment-113588</link>
		<dc:creator>Lance Diduck</dc:creator>
		<pubDate>Tue, 08 Apr 2008 14:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/about/stl/#comment-113588</guid>
		<description>I found this one of the better STL books written. Really goes into the underlying algortihms and how they work -- not just a &quot;map has these functions, and list has these&quot; type of book. Great Stuff, and if you can get your hands on a copy, do it!</description>
		<content:encoded><![CDATA[<p>I found this one of the better STL books written. Really goes into the underlying algortihms and how they work -- not just a "map has these functions, and list has these" type of book. Great Stuff, and if you can get your hands on a copy, do it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

