<?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: How to: Implement Operations on Stack and Queue Data Structures in C++</title>
	<atom:link href="http://www.itcsolutions.eu/2009/12/16/how-to-implement-operations-on-stacka-and-queue-data-structures-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu/2009/12/16/how-to-implement-operations-on-stacka-and-queue-data-structures-in-c/</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Wed, 23 Jun 2010 16:53:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: How to: Transform a Mathematical Expression from Infix Writing to Postfix Writing in C++ Programming Language &#124; IT&#38;C Solutions</title>
		<link>http://www.itcsolutions.eu/2009/12/16/how-to-implement-operations-on-stacka-and-queue-data-structures-in-c/comment-page-1/#comment-599</link>
		<dc:creator>How to: Transform a Mathematical Expression from Infix Writing to Postfix Writing in C++ Programming Language &#124; IT&#38;C Solutions</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=987#comment-599</guid>
		<description>[...] a stack type structure [...] in which are stored temporarily expression [...]</description>
		<content:encoded><![CDATA[<p>[...] a stack type structure [...] in which are stored temporarily expression [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evaluation of a Mathematical Expression in Postfix Writing in C++ Programming Language &#124; IT&#38;C Solutions</title>
		<link>http://www.itcsolutions.eu/2009/12/16/how-to-implement-operations-on-stacka-and-queue-data-structures-in-c/comment-page-1/#comment-591</link>
		<dc:creator>Evaluation of a Mathematical Expression in Postfix Writing in C++ Programming Language &#124; IT&#38;C Solutions</dc:creator>
		<pubDate>Sun, 28 Feb 2010 09:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=987#comment-591</guid>
		<description>[...] the application below, stack structure type [...] is used for storing values, operands of arithmetic expressions and a queue type structure [...]</description>
		<content:encoded><![CDATA[<p>[...] the application below, stack structure type [...] is used for storing values, operands of arithmetic expressions and a queue type structure [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
