<?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++ program to implement all the functions of a dictionary (ADT) using hashing</title>
	<atom:link href="http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/</link>
	<description>...bringing innovative minds together</description>
	<lastBuildDate>Tue, 22 May 2012 18:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: messi</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-7386</link>
		<dc:creator>messi</dc:creator>
		<pubDate>Fri, 11 May 2012 07:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-7386</guid>
		<description>could you help me in converting this code into spelling checker!
for example : i enter word, &quot;acction&quot; first it&#039;ll change to correct word &quot;action&quot; and then show similar words starting from &quot;act&quot; prefix like actor etc</description>
		<content:encoded><![CDATA[<p>could you help me in converting this code into spelling checker!<br />
for example : i enter word, &#8220;acction&#8221; first it&#8217;ll change to correct word &#8220;action&#8221; and then show similar words starting from &#8220;act&#8221; prefix like actor etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nani</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-6699</link>
		<dc:creator>nani</dc:creator>
		<pubDate>Mon, 23 Jan 2012 14:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-6699</guid>
		<description>hi want source code for&quot;10. Write a Java program to implement all the functions of a dictionary (ADT) using
Hashing.&quot;&quot;if anybody hav can send me pleaseeeeeeeeee</description>
		<content:encoded><![CDATA[<p>hi want source code for&#8221;10. Write a Java program to implement all the functions of a dictionary (ADT) using<br />
Hashing.&#8221;"if anybody hav can send me pleaseeeeeeeeee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhavi</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-6059</link>
		<dc:creator>madhavi</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-6059</guid>
		<description>hello sir i need programs 4 binary tree  using class templates</description>
		<content:encoded><![CDATA[<p>hello sir i need programs 4 binary tree  using class templates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varoon</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-3478</link>
		<dc:creator>Varoon</dc:creator>
		<pubDate>Sat, 16 Oct 2010 06:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-3478</guid>
		<description>few errors in the program....
corrections are..
1.&#039;i&#039; used in the &#039;for loop&#039; in case 1 must be declared outside switch case!
2. function &#039;main&#039; must have return type.(void main)
3.&#039;break&#039; command missing in case 2.
4.change #include to #include.</description>
		<content:encoded><![CDATA[<p>few errors in the program&#8230;.<br />
corrections are..<br />
1.&#8217;i&#8217; used in the &#8216;for loop&#8217; in case 1 must be declared outside switch case!<br />
2. function &#8216;main&#8217; must have return type.(void main)<br />
3.&#8217;break&#8217; command missing in case 2.<br />
4.change #include to #include.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m.l.priyanka</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-3375</link>
		<dc:creator>m.l.priyanka</dc:creator>
		<pubDate>Wed, 22 Sep 2010 16:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-3375</guid>
		<description>hello thanks to person who have uploaded this program</description>
		<content:encoded><![CDATA[<p>hello thanks to person who have uploaded this program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-3345</link>
		<dc:creator>Mina</dc:creator>
		<pubDate>Sun, 12 Sep 2010 17:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-3345</guid>
		<description>hey this is&#039;nt working..</description>
		<content:encoded><![CDATA[<p>hey this is&#8217;nt working..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archana reddy</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-data-structure/c-program-to-implement-all-the-functions-of-a-dictionary-adt-using-hashing/comment-page-1/#comment-2955</link>
		<dc:creator>archana reddy</dc:creator>
		<pubDate>Sat, 26 Jun 2010 08:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1001#comment-2955</guid>
		<description>hellow sir....really u did a g8 job..</description>
		<content:encoded><![CDATA[<p>hellow sir&#8230;.really u did a g8 job..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

