<?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: Eight C++ programming mistakes the compiler won&#8217;t catch</title>
	<atom:link href="http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/</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: Veni Yanda</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-96696</link>
		<dc:creator>Veni Yanda</dc:creator>
		<pubDate>Tue, 20 Dec 2011 04:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-96696</guid>
		<description>Thank You Alex,For your great job!! I am from Indonesia, This course are very easier to undertstand than  so many c++ text books that i&#039;ve  downloaded so far. Keep it simple, easy to understand, and directly to the point.</description>
		<content:encoded><![CDATA[<p>Thank You Alex,For your great job!! I am from Indonesia, This course are very easier to undertstand than  so many c++ text books that i&#8217;ve  downloaded so far. Keep it simple, easy to understand, and directly to the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhunzaada</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-96547</link>
		<dc:creator>Akhunzaada</dc:creator>
		<pubDate>Sun, 04 Dec 2011 17:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-96547</guid>
		<description>Howdy, Alex!

Thanks for the great work! I love your tutorial series. This article is very informative. I got a question here -- in Mixed signed and unsigned values.

To my understand I think by promotion you mean either to type cast or change it&#039;s type to another. But, is it done by the compiler or by the programmer manually?

&gt;Due to the type conversion, this if statement will always evaluate to false, which is clearly not what the programmer intends!

Can you clarify this also... What you mean by type conversion?
In this snippet: Are the types in the if body different as they were declared? Or both changed to the same type? 

Hope to get a response soon!</description>
		<content:encoded><![CDATA[<p>Howdy, Alex!</p>
<p>Thanks for the great work! I love your tutorial series. This article is very informative. I got a question here &#8212; in Mixed signed and unsigned values.</p>
<p>To my understand I think by promotion you mean either to type cast or change it&#8217;s type to another. But, is it done by the compiler or by the programmer manually?</p>
<p>&gt;Due to the type conversion, this if statement will always evaluate to false, which is clearly not what the programmer intends!</p>
<p>Can you clarify this also&#8230; What you mean by type conversion?<br />
In this snippet: Are the types in the if body different as they were declared? Or both changed to the same type? </p>
<p>Hope to get a response soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit_k</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-95830</link>
		<dc:creator>amit_k</dc:creator>
		<pubDate>Sat, 06 Aug 2011 17:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-95830</guid>
		<description>Great article... you can also have a look at this article &lt;a href=&quot;http://www.experts-linked.com/content/5-common-mistakes-beginners-make-pointers-c&quot; rel=&quot;nofollow&quot;&gt; 5 Mistakes Beginners Make with Pointers in C &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great article&#8230; you can also have a look at this article <a href="http://www.experts-linked.com/content/5-common-mistakes-beginners-make-pointers-c" rel="nofollow"> 5 Mistakes Beginners Make with Pointers in C </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spoonlicker</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-95188</link>
		<dc:creator>spoonlicker</dc:creator>
		<pubDate>Fri, 18 Feb 2011 08:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-95188</guid>
		<description>I want to know how to make a 3D commercial-quality game in machine language.</description>
		<content:encoded><![CDATA[<p>I want to know how to make a 3D commercial-quality game in machine language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spleen2060</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-79</link>
		<dc:creator>spleen2060</dc:creator>
		<pubDate>Wed, 04 Jul 2007 14:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-79</guid>
		<description>because this are semantic not syntax error</description>
		<content:encoded><![CDATA[<p>because this are semantic not syntax error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyB</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-76</link>
		<dc:creator>DannyB</dc:creator>
		<pubDate>Tue, 03 Jul 2007 19:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-76</guid>
		<description>Here are some more:

#define while if // speeds up code
#define struct union // saves memory</description>
		<content:encoded><![CDATA[<p>Here are some more:</p>
<p>#define while if // speeds up code<br />
#define struct union // saves memory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergk</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-75</link>
		<dc:creator>sergk</dc:creator>
		<pubDate>Tue, 03 Jul 2007 14:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-75</guid>
		<description>Sorry, not virtual, but abstract.</description>
		<content:encoded><![CDATA[<p>Sorry, not virtual, but abstract.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergk</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-74</link>
		<dc:creator>sergk</dc:creator>
		<pubDate>Tue, 03 Jul 2007 14:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-74</guid>
		<description>I&#039;d like to add nasty one - Calling any self-methods from destructors.
Eventually this could lead to &quot;pure virtual function calls&quot;. It is very hard to track down if there is a virtual method in call-chain.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to add nasty one &#8211; Calling any self-methods from destructors.<br />
Eventually this could lead to &#8220;pure virtual function calls&#8221;. It is very hard to track down if there is a virtual method in call-chain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - A tutorial and blog on C++, object-oriented design, and related topics &#187; Six language-independent ways to write better code</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/comment-page-1/#comment-72</link>
		<dc:creator>Learn C++ - A tutorial and blog on C++, object-oriented design, and related topics &#187; Six language-independent ways to write better code</dc:creator>
		<pubDate>Mon, 02 Jul 2007 18:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#comment-72</guid>
		<description>[...] Recent Content Recent PostsEight C++ programming mistakes the compiler won&#8217;t catch [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent Content Recent PostsEight C++ programming mistakes the compiler won&#8217;t catch [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

