<?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: Revised Version: C++ program to check whether a number is prime or not	</title>
	<atom:link href="https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/</link>
	<description>API Integrations Expert &#124; Full-Stack web developer</description>
	<lastBuildDate>Sat, 26 Oct 2013 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: MikeJJ		</title>
		<link>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/#comment-45</link>

		<dc:creator><![CDATA[MikeJJ]]></dc:creator>
		<pubDate>Fri, 11 Feb 2011 08:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://anas.cz.cc/?p=185#comment-45</guid>

					<description><![CDATA[2 is a prime number.
Agree 100% with both of MBR&#039;s points.]]></description>
			<content:encoded><![CDATA[<p>2 is a prime number.<br />
Agree 100% with both of MBR&#8217;s points.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MBR		</title>
		<link>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/#comment-44</link>

		<dc:creator><![CDATA[MBR]]></dc:creator>
		<pubDate>Fri, 11 Feb 2011 05:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://anas.cz.cc/?p=185#comment-44</guid>

					<description><![CDATA[&quot;counter&quot; only needs to go up to the Sqrt of number.

Why would you say
  decider = !decider
when you could say
   decider = false?
Your version is more dangerous, as it depends the initial/last value and is less clear.]]></description>
			<content:encoded><![CDATA[<p>&#8220;counter&#8221; only needs to go up to the Sqrt of number.</p>
<p>Why would you say<br />
  decider = !decider<br />
when you could say<br />
   decider = false?<br />
Your version is more dangerous, as it depends the initial/last value and is less clear.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: C++ program to check whether a number is prime or not &#124; Muhammad Anas		</title>
		<link>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/#comment-43</link>

		<dc:creator><![CDATA[C++ program to check whether a number is prime or not &#124; Muhammad Anas]]></dc:creator>
		<pubDate>Fri, 11 Feb 2011 04:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://anas.cz.cc/?p=185#comment-43</guid>

					<description><![CDATA[[...] have just published a revised version of this program. Please check it too. It has a few nice improvements in [...] ]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] have just published a revised version of this program. Please check it too. It has a few nice improvements in [&#8230;] </p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
