<?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: Binary to decimal</title>
	<link>http://www.openasthra.com/c-tidbits/binary-to-decimal/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Sun, 06 Jul 2008 20:16:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: ponnada</title>
		<link>http://www.openasthra.com/c-tidbits/binary-to-decimal/#comment-13</link>
		<dc:creator>ponnada</dc:creator>
		<pubDate>Fri, 22 Dec 2006 07:05:08 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/binary-to-decimal/#comment-13</guid>
		<description>Yes, it was wrong...
the second loop should start from i-1 instead of zero

so, I've modified that this way for(j=i-1; j</description>
		<content:encoded><![CDATA[<p>Yes, it was wrong&#8230;<br />
the second loop should start from i-1 instead of zero</p>
<p>so, I&#8217;ve modified that this way for(j=i-1; j</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://www.openasthra.com/c-tidbits/binary-to-decimal/#comment-12</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Thu, 21 Dec 2006 09:31:26 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/binary-to-decimal/#comment-12</guid>
		<description>Hi, 
Check the input no, 10010, it is giving as 9, where as expected is 18. I think this prog is treating given number reversely and calculating for that. Check the second-for loop and adjust for proper value printing.

Sridhar</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Check the input no, 10010, it is giving as 9, where as expected is 18. I think this prog is treating given number reversely and calculating for that. Check the second-for loop and adjust for proper value printing.</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
