<?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: 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>
	<pubDate>Thu, 24 Jul 2008 16:30:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: spleen2060</title>
		<link>http://www.learncpp.com/cpp-programming/eight-c-programming-mistakes-the-compiler-wont-catch/#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-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-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-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'd like to add nasty one - Calling any self-methods from destructors.
Eventually this could lead to "pure virtual function calls". 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 - 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-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>
