<?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: Separate Interface and Implementation in C/C++</title>
	<atom:link href="http://www.idevelopsoftware.com/2008/04/separate-interface-and-implementation-in-cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idevelopsoftware.com/2008/04/separate-interface-and-implementation-in-cc/</link>
	<description>Homepage</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: bsmith</title>
		<link>http://www.idevelopsoftware.com/2008/04/separate-interface-and-implementation-in-cc/comment-page-1/#comment-8</link>
		<dc:creator>bsmith</dc:creator>
		<pubDate>Wed, 07 May 2008 22:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://idvlpsw.wordpress.com/?p=50#comment-8</guid>
		<description>The simplest example of implementation details in a header would be the declaration of member variables that are private or protected.

Take a look at this book for more information on this topic:

http://www.amazon.com/Advanced-C-Programming-Styles-Idioms/dp/0201548550</description>
		<content:encoded><![CDATA[<p>The simplest example of implementation details in a header would be the declaration of member variables that are private or protected.</p>
<p>Take a look at this book for more information on this topic:</p>
<p><a href="http://www.amazon.com/Advanced-C-Programming-Styles-Idioms/dp/0201548550" rel="nofollow">http://www.amazon.com/Advanced-C-Programming-Styles-Idioms/dp/0201548550</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.idevelopsoftware.com/2008/04/separate-interface-and-implementation-in-cc/comment-page-1/#comment-7</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Wed, 07 May 2008 22:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://idvlpsw.wordpress.com/?p=50#comment-7</guid>
		<description>Would you mind giving an example of a header file that contains implementation details?</description>
		<content:encoded><![CDATA[<p>Would you mind giving an example of a header file that contains implementation details?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

