<?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 multiply two numbers without using multiplication operator</title>
	<atom:link href="http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/</link>
	<description>...bringing innovative minds together</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:55:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.6</generator>
	<item>
		<title>By: afsar mumtaz</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6750</link>
		<dc:creator>afsar mumtaz</dc:creator>
		<pubDate>Sun, 29 Jan 2012 08:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6750</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XZz_Yassin</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6563</link>
		<dc:creator>XZz_Yassin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6563</guid>
		<description>&lt;code&gt;
                                             
// Multiplication.cpp : By Mu&#039;men Yassin (XZz_Yassin)

#include 
using namespace std;


int multiplication(int a,int b){
	int total=0,c;
	if(a&gt;=0){
		for (int c=0;c=a+1;c--){
			if(b&gt;=0){
			total-=b;	
			}
			else{
			total-=b;
			total=abs(total);
			}

		}
	}
return total;
}

int main()
{
	while(true){
	int x,y;
	char check;
	cout &lt;&gt;x;
	cout &lt;&gt;y;
	cout&lt;&lt;endl&lt;&lt;multiplication(x,y)&lt;&lt;endl;
	cout&lt;&gt;check;
	cout&lt;&lt;endl;
	if(check==&#039;Y&#039; &#124;&#124; check==&#039;y&#039;){
	continue;
	}
	else{ //it&#039;s never mind if the user entered N or n or else
	break;
	}
	}
cout &lt;&lt; &quot;Thnx for using my product, XZz_Yassin 2012\n&quot;;
system (&quot;PAUSE&quot;);
return 0;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code></p>
<p>// Multiplication.cpp : By Mu'men Yassin (XZz_Yassin)</p>
<p>#include<br />
using namespace std;</p>
<p>int multiplication(int a,int b){<br />
	int total=0,c;<br />
	if(a&gt;=0){<br />
		for (int c=0;c=a+1;c--){<br />
			if(b&gt;=0){<br />
			total-=b;<br />
			}<br />
			else{<br />
			total-=b;<br />
			total=abs(total);<br />
			}</p>
<p>		}<br />
	}<br />
return total;<br />
}</p>
<p>int main()<br />
{<br />
	while(true){<br />
	int x,y;<br />
	char check;<br />
	cout &lt;&gt;x;<br />
	cout &lt;&gt;y;<br />
	cout&lt;&lt;endl&lt;&lt;multiplication(x,y)&lt;&lt;endl;<br />
	cout&lt;&gt;check;<br />
	cout&lt;&lt;endl;<br />
	if(check==&#039;Y&#039; || check==&#039;y&#039;){<br />
	continue;<br />
	}<br />
	else{ //it&#039;s never mind if the user entered N or n or else<br />
	break;<br />
	}<br />
	}<br />
cout &lt;&lt; &quot;Thnx for using my product, XZz_Yassin 2012\n&quot;;<br />
system (&quot;PAUSE&quot;);<br />
return 0;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XZz_Yassin</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6562</link>
		<dc:creator>XZz_Yassin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6562</guid>
		<description>// Multiplication.cpp : By Mu&#039;men Yassin (XZz_Yassin)

#include 
using namespace std;


int multiplication(int a,int b){
	int total=0,c;
	if(a&gt;=0){
		for (int c=0;c=a+1;c--){
			if(b&gt;=0){
			total-=b;	
			}
			else{
			total-=b;
			total=abs(total);
			}

		}
	}
return total;
}

int main()
{
	while(true){
	int x,y;
	char check;
	cout &lt;&gt;x;
	cout &lt;&gt;y;
	cout&lt;&lt;endl&lt;&lt;multiplication(x,y)&lt;&lt;endl;
	cout&lt;&gt;check;
	cout&lt;&lt;endl;
	if(check==&#039;Y&#039; &#124;&#124; check==&#039;y&#039;){
	continue;
	}
	else{ //it&#039;s never mind if the user entered N or n or else
	break;
	}
	}
cout &lt;&lt; &quot;Thnx for using my product, XZz_Yassin 2012\n&quot;;
system (&quot;PAUSE&quot;);
return 0;
}</description>
		<content:encoded><![CDATA[<p>// Multiplication.cpp : By Mu&#8217;men Yassin (XZz_Yassin)</p>
<p>#include<br />
using namespace std;</p>
<p>int multiplication(int a,int b){<br />
	int total=0,c;<br />
	if(a&gt;=0){<br />
		for (int c=0;c=a+1;c&#8211;){<br />
			if(b&gt;=0){<br />
			total-=b;<br />
			}<br />
			else{<br />
			total-=b;<br />
			total=abs(total);<br />
			}</p>
<p>		}<br />
	}<br />
return total;<br />
}</p>
<p>int main()<br />
{<br />
	while(true){<br />
	int x,y;<br />
	char check;<br />
	cout &lt;&gt;x;<br />
	cout &lt;&gt;y;<br />
	cout&lt;&lt;endl&lt;&lt;multiplication(x,y)&lt;&lt;endl;<br />
	cout&lt;&gt;check;<br />
	cout&lt;&lt;endl;<br />
	if(check==&#039;Y&#039; || check==&#039;y&#039;){<br />
	continue;<br />
	}<br />
	else{ //it&#039;s never mind if the user entered N or n or else<br />
	break;<br />
	}<br />
	}<br />
cout &lt;&lt; &quot;Thnx for using my product, XZz_Yassin 2012\n&quot;;<br />
system (&quot;PAUSE&quot;);<br />
return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kavitha</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6469</link>
		<dc:creator>kavitha</dc:creator>
		<pubDate>Fri, 23 Dec 2011 10:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6469</guid>
		<description>how include negative numbers?</description>
		<content:encoded><![CDATA[<p>how include negative numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaffar</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6218</link>
		<dc:creator>jaffar</dc:creator>
		<pubDate>Wed, 16 Nov 2011 04:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6218</guid>
		<description>thank u sommuch</description>
		<content:encoded><![CDATA[<p>thank u sommuch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MONA</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6103</link>
		<dc:creator>MONA</dc:creator>
		<pubDate>Fri, 28 Oct 2011 20:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6103</guid>
		<description>THNAKS</description>
		<content:encoded><![CDATA[<p>THNAKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasi</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6061</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Tue, 18 Oct 2011 13:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6061</guid>
		<description>how include negative numbers?</description>
		<content:encoded><![CDATA[<p>how include negative numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasi</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6062</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Tue, 18 Oct 2011 13:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6062</guid>
		<description>how include negative numbers?</description>
		<content:encoded><![CDATA[<p>how include negative numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasi</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-6060</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Tue, 18 Oct 2011 13:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-6060</guid>
		<description>how include negative numbers?</description>
		<content:encoded><![CDATA[<p>how include negative numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harpreet</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-basic-programs/c-program-to-multiply-two-numbers-without-using-multiplication-operator/comment-page-1/#comment-5139</link>
		<dc:creator>harpreet</dc:creator>
		<pubDate>Sat, 23 Jul 2011 04:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1130#comment-5139</guid>
		<description>inefficient program :P</description>
		<content:encoded><![CDATA[<p>inefficient program <img src='http://electrofriends.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

