<?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++ programs to implement the Queue ADT using an array	</title>
	<atom:link href="https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 28 Jun 2015 08:23:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: Anand		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-114930</link>

		<dc:creator><![CDATA[Anand]]></dc:creator>
		<pubDate>Sun, 28 Jun 2015 08:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-114930</guid>

					<description><![CDATA[(iostream) should actually have been (iostream.h)]]></description>
			<content:encoded><![CDATA[<p>(iostream) should actually have been (iostream.h)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sreeragh		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-101453</link>

		<dc:creator><![CDATA[Sreeragh]]></dc:creator>
		<pubDate>Tue, 05 May 2015 15:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-101453</guid>

					<description><![CDATA[Its just a doubt but i think on this line
cout &#060;&#060;&#034;deleted&#034; &#060;&#060;queue1[++front];
++front will return the next value , not the value deleted
so ith should be
cout &#060;&#060;&#034;deleted&#034; &#060;&#060;queue1[front++];]]></description>
			<content:encoded><![CDATA[<p>Its just a doubt but i think on this line<br />
cout &lt;&lt;&quot;deleted&quot; &lt;&lt;queue1[++front];<br />
++front will return the next value , not the value deleted<br />
so ith should be<br />
cout &lt;&lt;&quot;deleted&quot; &lt;&lt;queue1[front++];</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rahul yadav		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-76739</link>

		<dc:creator><![CDATA[rahul yadav]]></dc:creator>
		<pubDate>Thu, 29 Jan 2015 08:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-76739</guid>

					<description><![CDATA[best]]></description>
			<content:encoded><![CDATA[<p>best</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rahul yadav		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-76738</link>

		<dc:creator><![CDATA[rahul yadav]]></dc:creator>
		<pubDate>Thu, 29 Jan 2015 08:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-76738</guid>

					<description><![CDATA[nice]]></description>
			<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adeel		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-73106</link>

		<dc:creator><![CDATA[Adeel]]></dc:creator>
		<pubDate>Mon, 19 Jan 2015 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-73106</guid>

					<description><![CDATA[Great]]></description>
			<content:encoded><![CDATA[<p>Great</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: osaf		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-59609</link>

		<dc:creator><![CDATA[osaf]]></dc:creator>
		<pubDate>Sat, 13 Dec 2014 10:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-59609</guid>

					<description><![CDATA[what is the use of while in this example or why use while(1) except while(2) or while(3) please answer !!]]></description>
			<content:encoded><![CDATA[<p>what is the use of while in this example or why use while(1) except while(2) or while(3) please answer !!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hajra		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-49320</link>

		<dc:creator><![CDATA[Hajra]]></dc:creator>
		<pubDate>Sun, 16 Nov 2014 13:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-49320</guid>

					<description><![CDATA[its pretty helpful.....may God give u reward for this help ,,, :)]]></description>
			<content:encoded><![CDATA[<p>its pretty helpful&#8230;..may God give u reward for this help ,,, 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vijay pola		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-26393</link>

		<dc:creator><![CDATA[vijay pola]]></dc:creator>
		<pubDate>Mon, 15 Sep 2014 06:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-26393</guid>

					<description><![CDATA[everything is awesome yay !!!!]]></description>
			<content:encoded><![CDATA[<p>everything is awesome yay !!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vijay pola		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-26391</link>

		<dc:creator><![CDATA[vijay pola]]></dc:creator>
		<pubDate>Mon, 15 Sep 2014 05:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-26391</guid>

					<description><![CDATA[:P]]></description>
			<content:encoded><![CDATA[<p>😛</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bavi		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-queue-adt-using-an-array/comment-page-1/#comment-10182</link>

		<dc:creator><![CDATA[bavi]]></dc:creator>
		<pubDate>Tue, 24 Sep 2013 15:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1007#comment-10182</guid>

					<description><![CDATA[thanq......]]></description>
			<content:encoded><![CDATA[<p>thanq&#8230;&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
