<?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: 0.1 &#8212; Introduction to these tutorials</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wayne Wilhelm</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-3/#comment-96877</link>
		<dc:creator>Wayne Wilhelm</dc:creator>
		<pubDate>Wed, 25 Jan 2012 15:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-96877</guid>
		<description>http://msdn.microsoft.com/en-us/library/bb384843.aspx

My main interest is in upgrading to a newer compiler so I can produce workable apps capable of running under Windows 7. The above link is provided by the MS Visual C++ Express 2010 user interface.

When I saw terms like WinMain and WinProc, I knew I had finally found the glory hole motherload; just what I was looking for.

When you first launch MIcrosoft Visual C++ 2010 Express UI, there&#039;s a link for:

--&gt;&#039;C++ Beginner&#039;s Guide&#039;

When I click on that, a page is displayed in which Microsoft states their contract with the publisher has expired and the guide is no longer available. After 15secs, the page is automatically redirected to:

--&gt;&#039;Visual C++ Developer Center&#039;

The link above takes you directly to the Visuall C++ Developer Center. At that point, under &quot;Get Started with Visual C++&quot; is a listing.  Select:

--&gt;&#039;Creating Windows Applications&#039;

Select the first entry under that category:

--&gt;&#039;Creating Win32-Based Applications (C++)&#039;
    
This guide is very similar to what I was using for Borland&#039;s software. Having a copy of Microsoft&#039;s Visual C++ software isn&#039;t required to view the web based guide via the above link.</description>
		<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/library/bb384843.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb384843.aspx</a></p>
<p>My main interest is in upgrading to a newer compiler so I can produce workable apps capable of running under Windows 7. The above link is provided by the MS Visual C++ Express 2010 user interface.</p>
<p>When I saw terms like WinMain and WinProc, I knew I had finally found the glory hole motherload; just what I was looking for.</p>
<p>When you first launch MIcrosoft Visual C++ 2010 Express UI, there&#8217;s a link for:</p>
<p>&#8211;&gt;&#8217;C++ Beginner&#8217;s Guide&#8217;</p>
<p>When I click on that, a page is displayed in which Microsoft states their contract with the publisher has expired and the guide is no longer available. After 15secs, the page is automatically redirected to:</p>
<p>&#8211;&gt;&#8217;Visual C++ Developer Center&#8217;</p>
<p>The link above takes you directly to the Visuall C++ Developer Center. At that point, under &#8220;Get Started with Visual C++&#8221; is a listing.  Select:</p>
<p>&#8211;&gt;&#8217;Creating Windows Applications&#8217;</p>
<p>Select the first entry under that category:</p>
<p>&#8211;&gt;&#8217;Creating Win32-Based Applications (C++)&#8217;</p>
<p>This guide is very similar to what I was using for Borland&#8217;s software. Having a copy of Microsoft&#8217;s Visual C++ software isn&#8217;t required to view the web based guide via the above link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmi</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-3/#comment-96871</link>
		<dc:creator>Lakshmi</dc:creator>
		<pubDate>Tue, 24 Jan 2012 04:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-96871</guid>
		<description>Hi 

THis tutorial is really good.
Is there any pdf version for this tutorial ?</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>THis tutorial is really good.<br />
Is there any pdf version for this tutorial ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nimadv</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-3/#comment-96840</link>
		<dc:creator>nimadv</dc:creator>
		<pubDate>Sat, 14 Jan 2012 11:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-96840</guid>
		<description>Thank you so much Alex for all the tutorials here, very very helpful and constructive.

But just one thing...
you have been used Hungarian Notation almost everywhere and that&#039;s quite painful for newbies like me to read your code, C++ is very hard to read and learn by itself, HN just make it more worst and I preferred to ignore it at all cost.
Coming from Python background and I learn to code in a human-readable way, Also C++11 is all about making C++ fun again, easier to learn, use and teach. I believe Hungarian-Notation is exact opposite to this ultimate goal and I&#039;m not the only one against this &quot;obsolete&quot; style of coding.

This is only my personal opinion, thank you again and please keep it up Alex!
Regards
ND</description>
		<content:encoded><![CDATA[<p>Thank you so much Alex for all the tutorials here, very very helpful and constructive.</p>
<p>But just one thing&#8230;<br />
you have been used Hungarian Notation almost everywhere and that&#8217;s quite painful for newbies like me to read your code, C++ is very hard to read and learn by itself, HN just make it more worst and I preferred to ignore it at all cost.<br />
Coming from Python background and I learn to code in a human-readable way, Also C++11 is all about making C++ fun again, easier to learn, use and teach. I believe Hungarian-Notation is exact opposite to this ultimate goal and I&#8217;m not the only one against this &#8220;obsolete&#8221; style of coding.</p>
<p>This is only my personal opinion, thank you again and please keep it up Alex!<br />
Regards<br />
ND</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haziq</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-3/#comment-96672</link>
		<dc:creator>haziq</dc:creator>
		<pubDate>Sat, 17 Dec 2011 17:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-96672</guid>
		<description>Very nice tutorials. I am writing a blog on C/C++ tutorials. Hope that people will also like it.</description>
		<content:encoded><![CDATA[<p>Very nice tutorials. I am writing a blog on C/C++ tutorials. Hope that people will also like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelvis Chen</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-96594</link>
		<dc:creator>Nelvis Chen</dc:creator>
		<pubDate>Sat, 10 Dec 2011 11:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-96594</guid>
		<description>&lt;PRE&gt; HELLO &lt;/PRE&gt;</description>
		<content:encoded><![CDATA[<pre> HELLO </pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: zingmars</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-95736</link>
		<dc:creator>zingmars</dc:creator>
		<pubDate>Tue, 19 Jul 2011 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-95736</guid>
		<description>To be honest - this is a really bad place to ask anything. There is a really small chance of someone answering your question. I recommend visiting related forums for this (StackOverflow is a good place to start).</description>
		<content:encoded><![CDATA[<p>To be honest &#8211; this is a really bad place to ask anything. There is a really small chance of someone answering your question. I recommend visiting related forums for this (StackOverflow is a good place to start).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pivoki</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-95686</link>
		<dc:creator>pivoki</dc:creator>
		<pubDate>Fri, 08 Jul 2011 14:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-95686</guid>
		<description>hello everyone,

I dont know where to put my question..since i learnt c++ from this website, i thought i would nevertheless ask u guys for an opinion..I m in a strange situation, I am trying to make a link between c++ and python (the software i am working on is based on python)..i saw some python documentation on this topic  ( for ref: http://docs.python.org/extending/extending.html ) and they suggest that its possible to make a link between c++ and python. now i have tried to follow everything they say (becoz i dont understand many things they say ) and i when i try to run my c++ code embedded in python I get an error &quot;gcc exits with a status 1...&quot; !!

this error is strange for me as it seems to suggest that possibly this extension has been made for c ( gcc compiler) and not for c++...is there a way to do it for c++??? if not, is it possible to create a shared library or something that utilises both the compilers (gcc and g++) and compiles successfully?

thanks in advance for any help in this regard.</description>
		<content:encoded><![CDATA[<p>hello everyone,</p>
<p>I dont know where to put my question..since i learnt c++ from this website, i thought i would nevertheless ask u guys for an opinion..I m in a strange situation, I am trying to make a link between c++ and python (the software i am working on is based on python)..i saw some python documentation on this topic  ( for ref: <a href="http://docs.python.org/extending/extending.html" rel="nofollow">http://docs.python.org/extending/extending.html</a> ) and they suggest that its possible to make a link between c++ and python. now i have tried to follow everything they say (becoz i dont understand many things they say ) and i when i try to run my c++ code embedded in python I get an error &#8220;gcc exits with a status 1&#8230;&#8221; !!</p>
<p>this error is strange for me as it seems to suggest that possibly this extension has been made for c ( gcc compiler) and not for c++&#8230;is there a way to do it for c++??? if not, is it possible to create a shared library or something that utilises both the compilers (gcc and g++) and compiles successfully?</p>
<p>thanks in advance for any help in this regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-95491</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 25 May 2011 12:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-95491</guid>
		<description>Awesome :-)</description>
		<content:encoded><![CDATA[<p>Awesome :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlovejoy</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-95311</link>
		<dc:creator>jlovejoy</dc:creator>
		<pubDate>Tue, 05 Apr 2011 21:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-95311</guid>
		<description>This is my second time reading through this chapter and one particular issue that caught my eye is that in section 0.1, you say &quot;We will also avoid the twin evils...and the unexplained new concept, where a new concept that is integral to the example is introduced without any mention of what it is or how it works...&quot;

However, in section 1.10a, you use the command &quot;char&quot; without having ever introduced it, or its function anywhere in the tutorial.  I was able to eventually pick up on what it did, but still very confusing for first time programmers.</description>
		<content:encoded><![CDATA[<p>This is my second time reading through this chapter and one particular issue that caught my eye is that in section 0.1, you say &#8220;We will also avoid the twin evils&#8230;and the unexplained new concept, where a new concept that is integral to the example is introduced without any mention of what it is or how it works&#8230;&#8221;</p>
<p>However, in section 1.10a, you use the command &#8220;char&#8221; without having ever introduced it, or its function anywhere in the tutorial.  I was able to eventually pick up on what it did, but still very confusing for first time programmers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shivam923</title>
		<link>http://www.learncpp.com/cpp-tutorial/01-introduction-to-these-tutorials/comment-page-2/#comment-95296</link>
		<dc:creator>shivam923</dc:creator>
		<pubDate>Wed, 30 Mar 2011 20:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=9#comment-95296</guid>
		<description>&lt;code&gt;
#include&lt;iostream.h&gt;
#include&lt;conio.h&gt;
void main()
{
cout&lt;&lt;&quot;Thnx for these tutorials&quot;;
getch();
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
#include&lt;iostream.h&gt;<br />
#include&lt;conio.h&gt;<br />
void main()<br />
{<br />
cout&lt;&lt;&quot;Thnx for these tutorials&quot;;<br />
getch();<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

