<?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++ Recursion &#8211; Printing a Sequence of Numbers in Reverse</title>
	<atom:link href="http://talkbinary.com/programming/c/c-recursion-printing-a-sequence-of-numbers-in-reverse/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com/programming/c/c-recursion-printing-a-sequence-of-numbers-in-reverse/</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:52:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/c-recursion-printing-a-sequence-of-numbers-in-reverse/comment-page-1/#comment-9501</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 29 Nov 2009 22:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=2003#comment-9501</guid>
		<description>I updated the function name, it might solve your problem.

What is happening is that your recursive function to reverse a sequence of numbers, is calling a similar recursive function to print numbers in a decreasing order (not reversed).</description>
		<content:encoded><![CDATA[<p>I updated the function name, it might solve your problem.</p>
<p>What is happening is that your recursive function to reverse a sequence of numbers, is calling a similar recursive function to print numbers in a decreasing order (not reversed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://talkbinary.com/programming/c/c-recursion-printing-a-sequence-of-numbers-in-reverse/comment-page-1/#comment-9500</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=2003#comment-9500</guid>
		<description>i copied this code and my output ended up being for print(5) 43215</description>
		<content:encoded><![CDATA[<p>i copied this code and my output ended up being for print(5) 43215</p>
]]></content:encoded>
	</item>
</channel>
</rss>
