<?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: 一个堆栈类模板，一个表达式计算器</title>
	<atom:link href="http://www.dutor.net/index.php/2009/08/stack-and-calculater/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dutor.net/index.php/2009/08/stack-and-calculater/</link>
	<description>熟读而精思，循序而渐进，厚积而薄发。</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ivan</title>
		<link>http://www.dutor.net/index.php/2009/08/stack-and-calculater/comment-page-1/#comment-175</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 22:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1090#comment-175</guid>
		<description>记得你这样写过一个，当时还有些地方不明白。一会再找找看</description>
		<content:encoded><![CDATA[<p>记得你这样写过一个，当时还有些地方不明白。一会再找找看</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix021</title>
		<link>http://www.dutor.net/index.php/2009/08/stack-and-calculater/comment-page-1/#comment-174</link>
		<dc:creator>felix021</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1090#comment-174</guid>
		<description>噢。。虽然不能动态管理内存（考虑用vector做底层实现很不错），不过比起stl的stack，有了clear和full判断，很赞。。。</description>
		<content:encoded><![CDATA[<p>噢。。虽然不能动态管理内存（考虑用vector做底层实现很不错），不过比起stl的stack，有了clear和full判断，很赞。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://www.dutor.net/index.php/2009/08/stack-and-calculater/comment-page-1/#comment-172</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 11:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1090#comment-172</guid>
		<description>纯属练习……</description>
		<content:encoded><![CDATA[<p>纯属练习……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix021</title>
		<link>http://www.dutor.net/index.php/2009/08/stack-and-calculater/comment-page-1/#comment-171</link>
		<dc:creator>felix021</dc:creator>
		<pubDate>Sun, 16 Aug 2009 11:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1090#comment-171</guid>
		<description>#include
...
std::stack s;
s.push(1);
cout &lt;&lt; s.top();
s.pop();
...</description>
		<content:encoded><![CDATA[<p>#include<br />
&#8230;<br />
std::stack s;<br />
s.push(1);<br />
cout &lt;&lt; s.top();<br />
s.pop();<br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

