<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: inline bool isprime()</title>
	<link>http://www.openasthra.com/c-tidbits/inline-bool-isprime/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Tue, 14 Oct 2008 03:35:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Rajaganesh</title>
		<link>http://www.openasthra.com/c-tidbits/inline-bool-isprime/#comment-996</link>
		<dc:creator>Rajaganesh</dc:creator>
		<pubDate>Tue, 17 Apr 2007 03:29:41 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/inline-bool-isprime/#comment-996</guid>
		<description>for (unsigned register int i = 5; i * i </description>
		<content:encoded><![CDATA[<p>for (unsigned register int i = 5; i * i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajaganesh</title>
		<link>http://www.openasthra.com/c-tidbits/inline-bool-isprime/#comment-995</link>
		<dc:creator>Rajaganesh</dc:creator>
		<pubDate>Tue, 17 Apr 2007 03:28:20 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/inline-bool-isprime/#comment-995</guid>
		<description>in the loop,
you don't need to check until the number itself..checking until the square root of that number is enough...

 for (unsigned register int i = 5; i * i </description>
		<content:encoded><![CDATA[<p>in the loop,<br />
you don&#8217;t need to check until the number itself..checking until the square root of that number is enough&#8230;</p>
<p> for (unsigned register int i = 5; i * i</p>
]]></content:encoded>
	</item>
</channel>
</rss>
