<?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"
	>
<channel>
	<title>Comments on: A program that solves quadratic equations (C++)</title>
	<atom:link href="http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/</link>
	<description>Blogging about my life</description>
	<pubDate>Wed, 07 Jan 2009 12:14:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Lai Alexander</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-776</link>
		<dc:creator>Lai Alexander</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-776</guid>
		<description>Well, I'm by no means an expert in C++ programming, I'm a beginner myself. I'm learning, and in January I will be taking a class about object-oriented programming in C++. I usually upload all my programs here, but as you can see, I haven't done much programming lately. I have just done a few tutorials, which I figured would be useless here. Keep watching my page, and you might see more articles regarding C++.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m by no means an expert in C++ programming, I&#8217;m a beginner myself. I&#8217;m learning, and in January I will be taking a class about object-oriented programming in C++. I usually upload all my programs here, but as you can see, I haven&#8217;t done much programming lately. I have just done a few tutorials, which I figured would be useless here. Keep watching my page, and you might see more articles regarding C++.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amedeus Gabriel</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-773</link>
		<dc:creator>Amedeus Gabriel</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-773</guid>
		<description>i would like to learn more from you especial in programing by using c++ language</description>
		<content:encoded><![CDATA[<p>i would like to learn more from you especial in programing by using c++ language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lai Alexander</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-771</link>
		<dc:creator>Lai Alexander</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-771</guid>
		<description>That shouldn't be a problem, that's actually fairly easy, a lot less coding than in the program mentioned in this article. Do you know the math behind it? Do you know what "i", as in the imaginary unit, means? And you just so I'm not mistaken, you mean a program that finds the square root of negative numbers?  I'm kind of busy right now, so give me a day or two, and I shall make a post about it.</description>
		<content:encoded><![CDATA[<p>That shouldn&#8217;t be a problem, that&#8217;s actually fairly easy, a lot less coding than in the program mentioned in this article. Do you know the math behind it? Do you know what &#8220;i&#8221;, as in the imaginary unit, means? And you just so I&#8217;m not mistaken, you mean a program that finds the square root of negative numbers?  I&#8217;m kind of busy right now, so give me a day or two, and I shall make a post about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soares Adelani</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-770</link>
		<dc:creator>Soares Adelani</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-770</guid>
		<description>Hi, could u please help me write a c++ code that solve the square root of negative numbers. God Bless You</description>
		<content:encoded><![CDATA[<p>Hi, could u please help me write a c++ code that solve the square root of negative numbers. God Bless You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lai Alexander</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-12</link>
		<dc:creator>Lai Alexander</dc:creator>
		<pubDate>Fri, 27 Jun 2008 18:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-12</guid>
		<description>What exactly do you mean? Of course the quadratic formula works every time, but when you have the square root of a negative number, you have to know how to calculate the complex number from there. A computer program wont solve the problems with complex solutions, unless you have programmed it to do so. My little snippet in PHP is NOT programmed to give you a complex solution, however, this program, which is written in C++, will give you the complex solutions if that is the case for that particular equation.</description>
		<content:encoded><![CDATA[<p>What exactly do you mean? Of course the quadratic formula works every time, but when you have the square root of a negative number, you have to know how to calculate the complex number from there. A computer program wont solve the problems with complex solutions, unless you have programmed it to do so. My little snippet in PHP is NOT programmed to give you a complex solution, however, this program, which is written in C++, will give you the complex solutions if that is the case for that particular equation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Php Program Language</title>
		<link>http://www.laialexander.com/2008/06/25/a-program-that-solves-quadratic-equations-c/#comment-11</link>
		<dc:creator>Php Program Language</dc:creator>
		<pubDate>Wed, 25 Jun 2008 14:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=17#comment-11</guid>
		<description>The other two methods, the quadratic formula and completing the square, will both work flawlessly every time, for every quadratic equation. &lt;a href="http://www.there.co.za/" rel="nofollow"&gt;Php Program Language&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The other two methods, the quadratic formula and completing the square, will both work flawlessly every time, for every quadratic equation. <a href="http://www.there.co.za/" rel="nofollow">Php Program Language</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
