<?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: 1.1 &#8212; Structure of a program</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/</link>
	<description></description>
	<pubDate>Thu, 24 Jul 2008 16:22:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Joyel</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-19942</link>
		<dc:creator>Joyel</dc:creator>
		<pubDate>Sat, 28 Jun 2008 02:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-19942</guid>
		<description>Thanks for this part of the tutorial.  I found this section really helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this part of the tutorial.  I found this section really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 1.2 &#8212; Comments</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-12582</link>
		<dc:creator>Learn C++ - &#187; 1.2 &#8212; Comments</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-12582</guid>
		<description>[...]  1.1 â€” Structure of a program [...]</description>
		<content:encoded><![CDATA[<p>[...]  1.1 â€” Structure of a program [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-12473</link>
		<dc:creator>Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</dc:creator>
		<pubDate>Tue, 22 Apr 2008 02:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-12473</guid>
		<description>[...] Alex: This is planned for the very near future. Thanks for your thoughts! Archives [...]</description>
		<content:encoded><![CDATA[<p>[...] Alex: This is planned for the very near future. Thanks for your thoughts! Archives [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-12340</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 21 Apr 2008 04:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-12340</guid>
		<description>This is planned for the very near future.  Thanks for your thoughts!</description>
		<content:encoded><![CDATA[<p>This is planned for the very near future.  Thanks for your thoughts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MosFetMan</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-12214</link>
		<dc:creator>MosFetMan</dc:creator>
		<pubDate>Sun, 20 Apr 2008 00:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-12214</guid>
		<description>This is a great tutorial site but you really need a "next lesson" single click. kind of bugs me to have to go back to the home screen, remember what I clicked last etc...
Just a thought..
MosFetMan</description>
		<content:encoded><![CDATA[<p>This is a great tutorial site but you really need a &#8220;next lesson&#8221; single click. kind of bugs me to have to go back to the home screen, remember what I clicked last etc&#8230;<br />
Just a thought..<br />
MosFetMan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-11948</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 17 Apr 2008 05:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-11948</guid>
		<description>Oh wow, thanks for letting me know.  I hadn't even noticed when I looked at the page previously in IE.</description>
		<content:encoded><![CDATA[<p>Oh wow, thanks for letting me know.  I hadn&#8217;t even noticed when I looked at the page previously in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-11868</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 16 Apr 2008 04:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-11868</guid>
		<description>It displays properly in Firefox browser but incorrectly (One Line off) in Internet Explorer.</description>
		<content:encoded><![CDATA[<p>It displays properly in Firefox browser but incorrectly (One Line off) in Internet Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-10903</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 04 Apr 2008 07:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-10903</guid>
		<description>The line numbers look fine to me.

I see this:

&lt;pre&gt;
   1. #include &lt;iostream&gt;  
   2.   
   3. int main()  
   4. {  
   5.    using namespace std;  
   6.    cout &lt;&lt; "Hello world!" &lt;&lt; endl;  
   7.    return 0;  
   8. }  
&lt;/pre&gt;

Are you seeing something different?</description>
		<content:encoded><![CDATA[<p>The line numbers look fine to me.</p>
<p>I see this:</p>
<pre>
   1. #include <iostream>
   2.
   3. int main()
   4. {
   5.    using namespace std;
   6.    cout < < "Hello world!" << endl;
   7.    return 0;
   8. }
</pre>
<p>Are you seeing something different?</iostream></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: free</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-10897</link>
		<dc:creator>free</dc:creator>
		<pubDate>Fri, 04 Apr 2008 03:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-10897</guid>
		<description>Al

I did not make it clear the line numbers of the program do not match your coments.

Æ’g</description>
		<content:encoded><![CDATA[<p>Al</p>
<p>I did not make it clear the line numbers of the program do not match your coments.</p>
<p>Æ’g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/11-structure-of-a-program/#comment-10773</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=19#comment-10773</guid>
		<description>That is a known issue at this time. :)  Those navigation links are generated automatically by my wordpress theme in the order I wrote the articles.  However, I didn't write all of the articles in order, so some of the links are out of order.  I will have to fix them manually at some point in the future.</description>
		<content:encoded><![CDATA[<p>That is a known issue at this time. :)  Those navigation links are generated automatically by my wordpress theme in the order I wrote the articles.  However, I didn&#8217;t write all of the articles in order, so some of the links are out of order.  I will have to fix them manually at some point in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
