<?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: Apologies for the extended downtime</title>
	<atom:link href="http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 10:51:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shriram Marakwad</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-85233</link>
		<dc:creator>Shriram Marakwad</dc:creator>
		<pubDate>Sun, 23 May 2010 08:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-85233</guid>
		<description>I just love this tutorial..Very well written. Thank u, so much!!</description>
		<content:encoded><![CDATA[<p>I just love this tutorial..Very well written. Thank u, so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curvekiller</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-83854</link>
		<dc:creator>curvekiller</dc:creator>
		<pubDate>Fri, 30 Apr 2010 17:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-83854</guid>
		<description>Same here :(</description>
		<content:encoded><![CDATA[<p>Same here :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D Barber</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-78710</link>
		<dc:creator>D Barber</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-78710</guid>
		<description>I think Alex must have quit

pity because I only just found this great site

just my luck

:(</description>
		<content:encoded><![CDATA[<p>I think Alex must have quit</p>
<p>pity because I only just found this great site</p>
<p>just my luck</p>
<p>:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaonashi</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-73422</link>
		<dc:creator>Kaonashi</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-73422</guid>
		<description>Good to see you&#039;re up and running again! *Dives back in the tutorials*</description>
		<content:encoded><![CDATA[<p>Good to see you&#8217;re up and running again! *Dives back in the tutorials*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rc</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-72814</link>
		<dc:creator>rc</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-72814</guid>
		<description>Alex,

This is an excellent tutorial for basic C++ topics.

As an enhancement, I think you might add more topics to Standard Template Library, such as container, iterator, algorithms, etc. I cannot imagine a real C++ project is written without any STL library and smart pointers, etc. 

Good job!</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>This is an excellent tutorial for basic C++ topics.</p>
<p>As an enhancement, I think you might add more topics to Standard Template Library, such as container, iterator, algorithms, etc. I cannot imagine a real C++ project is written without any STL library and smart pointers, etc. </p>
<p>Good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-70081</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Sat, 10 Oct 2009 15:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-70081</guid>
		<description>Also you haven&#039;t included inner class concept in  your tutorial yet..I was wondering if you could make one chapter for this.
 
Also you can consider similarities of structure, union, class in a chapter.</description>
		<content:encoded><![CDATA[<p>Also you haven&#8217;t included inner class concept in  your tutorial yet..I was wondering if you could make one chapter for this.</p>
<p>Also you can consider similarities of structure, union, class in a chapter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jo</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-70009</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Fri, 09 Oct 2009 15:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-70009</guid>
		<description>Could I ask a question here? It is not related to any topics which you have discussed. It is connected to COM.  I am not asking any specific questions about COM. I am only asking a question about object life time. TOO Much introduction...

While studing about COM, I found this code 

BOOL CSpaceshipFactory::XClassFactory::CreateInstance(int nIid, void** ppvObj)

{
    TRACE(&quot;\nEntering CSpaceshipFactory::XClassFactory::CreateInstance()\n&quot;);

    METHOD_PROLOGUE(CSpaceshipFactory, ClassFactory) // makes pThis

    CSpaceship* pObj = new CSpaceship();

    if (pObj-&gt;ExternalQueryInterface(nIid, ppvObj))

    {

        pObj-&gt;ExternalRelease(); // balance reference count

        return TRUE;
     }

    return FALSE;

  }

My only doubt is : what is the life time of pObj (CSpaceship* pObj = new CSpaceship();). It is created in Member function.
They are using this object every where.

Alex, I would very much appreciate if you could give me any help to solve this issue. Thanks in advance.

[ I have asked so many questions about C++ in this site while i am studying here ]</description>
		<content:encoded><![CDATA[<p>Could I ask a question here? It is not related to any topics which you have discussed. It is connected to COM.  I am not asking any specific questions about COM. I am only asking a question about object life time. TOO Much introduction&#8230;</p>
<p>While studing about COM, I found this code </p>
<p>BOOL CSpaceshipFactory::XClassFactory::CreateInstance(int nIid, void** ppvObj)</p>
<p>{<br />
    TRACE(&#8220;\nEntering CSpaceshipFactory::XClassFactory::CreateInstance()\n&#8221;);</p>
<p>    METHOD_PROLOGUE(CSpaceshipFactory, ClassFactory) // makes pThis</p>
<p>    CSpaceship* pObj = new CSpaceship();</p>
<p>    if (pObj-&gt;ExternalQueryInterface(nIid, ppvObj))</p>
<p>    {</p>
<p>        pObj-&gt;ExternalRelease(); // balance reference count</p>
<p>        return TRUE;<br />
     }</p>
<p>    return FALSE;</p>
<p>  }</p>
<p>My only doubt is : what is the life time of pObj (CSpaceship* pObj = new CSpaceship();). It is created in Member function.<br />
They are using this object every where.</p>
<p>Alex, I would very much appreciate if you could give me any help to solve this issue. Thanks in advance.</p>
<p>[ I have asked so many questions about C++ in this site while i am studying here ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-67949</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-67949</guid>
		<description>You&#039;re tutorials have been very helpful in the learning of C++. I, personally, have coupled your great tutorial with a few books I bought, namely &quot;C++ An Introduction to Computing by Joel Adams, Sanford Leestma and Larry Nyhoff&quot; and &quot;C++ Primer Plus (5th Edition) by Stephen Prata&quot; and found that those yield the greatest result. Having your tutorial to simply define code and principles, the books provide a great insight into the moral and social duties held by programmers. They also provide a physical means by which to study and give exact definitions to certain operators and statements listed in your tutorial. I have made leaps and bounds in the week that I&#039;ve been using only your tutorial, and the books only solidify those aspects by allowing me to research what I&#039;ve learned in the tutorial with more advanced interpretations and definitions. But by far, the leading factor in my studies have been your tutorial and without them, the books would serve more of a memorization tool than an actual knowledge of the language.</description>
		<content:encoded><![CDATA[<p>You&#8217;re tutorials have been very helpful in the learning of C++. I, personally, have coupled your great tutorial with a few books I bought, namely &#8220;C++ An Introduction to Computing by Joel Adams, Sanford Leestma and Larry Nyhoff&#8221; and &#8220;C++ Primer Plus (5th Edition) by Stephen Prata&#8221; and found that those yield the greatest result. Having your tutorial to simply define code and principles, the books provide a great insight into the moral and social duties held by programmers. They also provide a physical means by which to study and give exact definitions to certain operators and statements listed in your tutorial. I have made leaps and bounds in the week that I&#8217;ve been using only your tutorial, and the books only solidify those aspects by allowing me to research what I&#8217;ve learned in the tutorial with more advanced interpretations and definitions. But by far, the leading factor in my studies have been your tutorial and without them, the books would serve more of a memorization tool than an actual knowledge of the language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CPPFan</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-66541</link>
		<dc:creator>CPPFan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-66541</guid>
		<description>Alex,
Superb Tutorial. Keep up the good work!
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Alex,<br />
Superb Tutorial. Keep up the good work!<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: branko</title>
		<link>http://www.learncpp.com/site-news/apologies-for-the-extended-downtime/comment-page-1/#comment-64315</link>
		<dc:creator>branko</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=280#comment-64315</guid>
		<description>Alex, 
the site went up, which is great, so I could find it.
might not be the perfect place to do so, but I just wanted to send you a huge 
THANKS

beein in IT then telecom for 12 years, always gave up on learning a programming language,  although I can debug code, I never found a tutorial that can guide me and on a fast-trak  through the way I can build an app in C++,  how to use main is ok, where to put a function, an object, how to call them, without going through 100&#039;s of pages and having to patch the pieces together.
still at the tutorial beginning, but that is exactly the missing GAP.

might even be ok soon to get code examples I found in every place, which never show the complete structure.

again THANKS</description>
		<content:encoded><![CDATA[<p>Alex,<br />
the site went up, which is great, so I could find it.<br />
might not be the perfect place to do so, but I just wanted to send you a huge<br />
THANKS</p>
<p>beein in IT then telecom for 12 years, always gave up on learning a programming language,  although I can debug code, I never found a tutorial that can guide me and on a fast-trak  through the way I can build an app in C++,  how to use main is ok, where to put a function, an object, how to call them, without going through 100&#8217;s of pages and having to patch the pieces together.<br />
still at the tutorial beginning, but that is exactly the missing GAP.</p>
<p>might even be ok soon to get code examples I found in every place, which never show the complete structure.</p>
<p>again THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
