<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Rational Numbers Class, Operator Overloading Sample</title><link>http://code.msdn.microsoft.com/RationalNumbers/Project/ProjectRss.aspx</link><description>A sample program for operator overloading implementing rational numbers using a simple int m &amp;#47; int n representation.   &amp;#40;C&amp;#41; Michael Hartmann 2005, michael&amp;#64;site99.de   This is a sample program free of ch...</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/RationalNumbers/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;A sample program for operator overloading implementing rational numbers using a simple int m &amp;#47; int n representation.&lt;br /&gt;&amp;#40;C&amp;#41; Michael Hartmann 2005, michael&amp;#64;site99.de&lt;br /&gt;This is a sample program free of charge.
&lt;br /&gt; &lt;br /&gt;07/25/2008 Patrick Sheahan&lt;br /&gt;Updated project files to Visual Studio 2008 &lt;br /&gt; &lt;br /&gt;From the &lt;b&gt;RatDemo\Readme.txt&lt;/b&gt; file&lt;br /&gt; &lt;br /&gt;Open and compile rational.sln. Running the RatDemo.exe program should &lt;br /&gt;make things sufficiently clear. The DemoForm also contains all tests &lt;br /&gt;I've run.&lt;br /&gt; &lt;br /&gt;Two books (one by Jeffrey Richter) mention a rational numbers class &lt;br /&gt;when discussing implicit and explicit conversions, but do not provide &lt;br /&gt;an implementation of the class. &lt;br /&gt;I thought it would be interesting to write an actual implementation,&lt;br /&gt;which it was. &lt;br /&gt; &lt;br /&gt;The range of rational numbers that can be represented by just &lt;br /&gt;two integers (m/n) is somewhat limited, but within this range&lt;br /&gt;things should work quite well.&lt;br /&gt;
&lt;/div&gt;</description><author>patshea</author><pubDate>Fri, 25 Jul 2008 21:24:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080725P</guid></item><item><title>CREATED RELEASE: Rational Numbers Class 2.0 (Jul 25, 2008)</title><link>http://code.msdn.microsoft.com/RationalNumbers/Release/ProjectReleases.aspx?ReleaseId=1319</link><description></description><author></author><pubDate>Fri, 25 Jul 2008 21:22:21 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Rational Numbers Class 2.0 (Jul 25, 2008) 20080725P</guid></item><item><title>CREATED RELEASE: Rational Number Class 2.0 (Jul 25, 2008)</title><link>http://code.msdn.microsoft.com/RationalNumbers/Release/ProjectReleases.aspx?ReleaseId=1318</link><description></description><author></author><pubDate>Fri, 25 Jul 2008 21:13:59 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Rational Number Class 2.0 (Jul 25, 2008) 20080725P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/RationalNumbers/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;A sample program for operator overloading implementing rational numbers using a simple int m &amp;#47; int n representation.&lt;br /&gt;&amp;#40;C&amp;#41; Michael Hartmann 2005, michael&amp;#64;site99.de&lt;br /&gt;This is a sample program free of charge.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;From the &lt;b&gt;RatDemo\Readme.txt&lt;/b&gt; file&lt;br /&gt; &lt;br /&gt;Open and compile rational.sln. Running the RatDemo.exe program should &lt;br /&gt;make things sufficiently clear. The DemoForm also contains all tests &lt;br /&gt;I've run.&lt;br /&gt; &lt;br /&gt;Two books (one by Jeffrey Richter) mention a rational numbers class &lt;br /&gt;when discussing implicit and explicit conversions, but do not provide &lt;br /&gt;an implementation of the class. &lt;br /&gt;I thought it would be interesting to write an actual implementation,&lt;br /&gt;which it was. &lt;br /&gt; &lt;br /&gt;The range of rational numbers that can be represented by just &lt;br /&gt;two integers (m/n) is somewhat limited, but within this range&lt;br /&gt;things should work quite well.&lt;br /&gt;
&lt;/div&gt;</description><author>patshea</author><pubDate>Fri, 25 Jul 2008 21:11:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080725P</guid></item></channel></rss>