<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'c++, recursive loop, algorithm' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'c++, recursive loop, algorithm' posted on the 'Algorithms' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 20:21:43 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 20:21:43 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>c++, recursive loop, algorithm</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/426254/426254/c++-recursive-loop-algorithm/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
first of all i want to apologize for my english. I want to simplify the following thing:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
  for (int i = &lt;strong&gt;0&lt;/strong&gt;; i &amp;lt;= m; i++)
        for (int j = &lt;strong&gt;i&lt;/strong&gt;; j &amp;lt;= m; j++)
            for (int k = &lt;strong&gt;j&lt;/strong&gt;; k &amp;lt;= m; k++)
                     .
                     .
                     .
                       cout &amp;lt;&amp;lt;  i &amp;lt;&amp;lt; "   " &amp;lt;&amp;lt; j &amp;lt;&amp;lt; "   " &amp;lt;&amp;lt; k &amp;lt;&amp;lt; ... &amp;lt;&amp;lt;  endl;

&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
For example if I give 7 on the beginning, then lets do this loop to the g.&lt;br /&gt;
&lt;br /&gt;
Thank you in advance! &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/426254/426254/c++-recursive-loop-algorithm/</guid>
      <pubDate>Sun, 11 Dec 2011 12:01:38 -0700</pubDate>
      <category>Algorithms</category>
    </item>
  </channel>
</rss>