<?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 perform arithmetic operations of two complex numbers using operator overloading</title>
	<atom:link href="http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/</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: swapna</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-6416</link>
		<dc:creator>swapna</dc:creator>
		<pubDate>Fri, 16 Dec 2011 05:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-6416</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudha</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-6415</link>
		<dc:creator>sudha</dc:creator>
		<pubDate>Fri, 16 Dec 2011 04:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-6415</guid>
		<description>it is very useful for computer students for program purpose.</description>
		<content:encoded><![CDATA[<p>it is very useful for computer students for program purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geethika</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-6410</link>
		<dc:creator>geethika</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-6410</guid>
		<description>it is very useful for clg students.thanks to ranjith sir for displaying it</description>
		<content:encoded><![CDATA[<p>it is very useful for clg students.thanks to ranjith sir for displaying it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anujeet kaur</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-6053</link>
		<dc:creator>anujeet kaur</dc:creator>
		<pubDate>Mon, 17 Oct 2011 16:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-6053</guid>
		<description>thanks for the help but i still have some problem in it</description>
		<content:encoded><![CDATA[<p>thanks for the help but i still have some problem in it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toto</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-5673</link>
		<dc:creator>toto</dc:creator>
		<pubDate>Fri, 09 Sep 2011 03:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-5673</guid>
		<description>Thank for share. But I have a problem with / complex number. Please check your code. I think your multiply code and / code not consitent. * code is right, but / is wrong. I think the / code is :

temp = ((b.real*b.real)+(b.imag*b.imag));
c.real = ((a.real*b.real) - (a.imag*b.imag))/temp;    //this is from your * operation
c.imag = ((a.real*b.imag) + (a.imag*b.real))/temp; //this is from your * operation

Am I wrong?
thank for share</description>
		<content:encoded><![CDATA[<p>Thank for share. But I have a problem with / complex number. Please check your code. I think your multiply code and / code not consitent. * code is right, but / is wrong. I think the / code is :</p>
<p>temp = ((b.real*b.real)+(b.imag*b.imag));<br />
c.real = ((a.real*b.real) &#8211; (a.imag*b.imag))/temp;    //this is from your * operation<br />
c.imag = ((a.real*b.imag) + (a.imag*b.real))/temp; //this is from your * operation</p>
<p>Am I wrong?<br />
thank for share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://electrofriends.com/source-codes/software-programs/cpp-programs/cpp-advanced-programs/c-program-to-perform-arithmetic-operations-of-two-complex-numbers-using-operator-overloading/comment-page-1/#comment-4844</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 28 Apr 2011 11:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=1054#comment-4844</guid>
		<description>thanks very much!i realy needed it</description>
		<content:encoded><![CDATA[<p>thanks very much!i realy needed it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

