<?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: A Simple C Program That Prints 2,098 Powers of Two</title>
	<atom:link href="http://www.exploringbinary.com/a-simple-c-program-that-prints-2098-powers-of-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/a-simple-c-program-that-prints-2098-powers-of-two/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:40:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/a-simple-c-program-that-prints-2098-powers-of-two/comment-page-1/#comment-4364</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=217#comment-4364</guid>
		<description>ikilobo,

Make sure to read the section above called &#8220;Other Compilers&#8221; and to read the articles I linked to in the introduction. That should give you your answer (if not, write back).

What compiler are you using?</description>
		<content:encoded><![CDATA[<p>ikilobo,</p>
<p>Make sure to read the section above called &ldquo;Other Compilers&rdquo; and to read the articles I linked to in the introduction. That should give you your answer (if not, write back).</p>
<p>What compiler are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikilobo</title>
		<link>http://www.exploringbinary.com/a-simple-c-program-that-prints-2098-powers-of-two/comment-page-1/#comment-4362</link>
		<dc:creator>ikilobo</dc:creator>
		<pubDate>Wed, 30 Jun 2010 08:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=217#comment-4362</guid>
		<description>i&#039;ve try your code and work so fast...i really appreciate,
but this answer when define NUM_NONNEGATIVE_PO2s &gt;=32

#define NUM_NONNEGATIVE_PO2s 32 /* 0 to 31 */ (32 up to MAX)

is return only a half digits of the answer has matching with your output,
i.e
when you 2^185=49039857307708443467467104868809893875799651909875269632

in my pc has return 49039857307708443000000000000000000000000000000000000000

why my pc has return only this value?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve try your code and work so fast&#8230;i really appreciate,<br />
but this answer when define NUM_NONNEGATIVE_PO2s &gt;=32</p>
<p>#define NUM_NONNEGATIVE_PO2s 32 /* 0 to 31 */ (32 up to MAX)</p>
<p>is return only a half digits of the answer has matching with your output,<br />
i.e<br />
when you 2^185=49039857307708443467467104868809893875799651909875269632</p>
<p>in my pc has return 49039857307708443000000000000000000000000000000000000000</p>
<p>why my pc has return only this value?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
