<?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: 5.8 &#8212; Break and continue</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/58-break-and-continue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/58-break-and-continue/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 19:54:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Learn C++ - &#187; 5.7 &#8212; For statements</title>
		<link>http://www.learncpp.com/cpp-tutorial/58-break-and-continue/#comment-13470</link>
		<dc:creator>Learn C++ - &#187; 5.7 &#8212; For statements</dc:creator>
		<pubDate>Tue, 29 Apr 2008 04:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/58-break-and-continue/#comment-13470</guid>
		<description>[...] 2007      Prev/Next Posts   &#171; 5.6 &#8212; Do while statements &#124; Home &#124; 5.8 &#8212; Break and continue &#187;     Monday, June 25th, 2007 at 6:48 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2007      Prev/Next Posts   &laquo; 5.6 &#8212; Do while statements | Home | 5.8 &#8212; Break and continue &raquo;     Monday, June 25th, 2007 at 6:48 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perouf</title>
		<link>http://www.learncpp.com/cpp-tutorial/58-break-and-continue/#comment-2512</link>
		<dc:creator>perouf</dc:creator>
		<pubDate>Wed, 07 Nov 2007 12:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/58-break-and-continue/#comment-2512</guid>
		<description>In the first example of the continue statemant you say that:
This program prints all of the numbers from 0 to 19 that arenâ€™t divisible by 4.
But its exactly the other way. All the numbers that &lt;b&gt;are&lt;/b&gt; divisible by 4 get printed.
In the example after that, the program only prints: 1 2 3 4     and then its stuck.
regards Perouf

[ Fixed!  Thanks for noticing. -Alex ]</description>
		<content:encoded><![CDATA[<p>In the first example of the continue statemant you say that:<br />
This program prints all of the numbers from 0 to 19 that arenâ€™t divisible by 4.<br />
But its exactly the other way. All the numbers that <b>are</b> divisible by 4 get printed.<br />
In the example after that, the program only prints: 1 2 3 4     and then its stuck.<br />
regards Perouf</p>
<p>[ Fixed!  Thanks for noticing. -Alex ]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
