<?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: Observer Pattern in C</title>
	<atom:link href="http://blog.stevedoria.net/20080518/observer-pattern-in-c/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c</link>
	<description>Real-World Computing Experience Distilled</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:04:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andree</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-8007</link>
		<dc:creator>Andree</dc:creator>
		<pubDate>Mon, 19 Dec 2011 03:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-8007</guid>
		<description>Hi there,

Thanks for the great article!

I&#039;m still curious about the flagging mechanism you mentioned in the last paragraph.
For this mechanism to work, I guess we need the &quot;observer&quot; component to continuously pool this local flag and execute some action upon flag change? So, it is only possible to implemented in a multi-threaded app?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thanks for the great article!</p>
<p>I&#8217;m still curious about the flagging mechanism you mentioned in the last paragraph.<br />
For this mechanism to work, I guess we need the &#8220;observer&#8221; component to continuously pool this local flag and execute some action upon flag change? So, it is only possible to implemented in a multi-threaded app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Svärd</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-7960</link>
		<dc:creator>Fredrik Svärd</dc:creator>
		<pubDate>Wed, 21 Sep 2011 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-7960</guid>
		<description>Hi,

Missing:

#include  

:-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Missing:</p>
<p>#include  </p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco N.</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-7914</link>
		<dc:creator>Marco N.</dc:creator>
		<pubDate>Tue, 19 Apr 2011 14:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-7914</guid>
		<description>Thanks for the example, it does not compile without changes though.

For example:
bool observer2_isClickEventHandled = true;

This is not inside main(), nor inside any other function. Therefore it will give an error when compiling.</description>
		<content:encoded><![CDATA[<p>Thanks for the example, it does not compile without changes though.</p>
<p>For example:<br />
bool observer2_isClickEventHandled = true;</p>
<p>This is not inside main(), nor inside any other function. Therefore it will give an error when compiling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco N.</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-7913</link>
		<dc:creator>Marco N.</dc:creator>
		<pubDate>Tue, 19 Apr 2011 10:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-7913</guid>
		<description>Thank you for the example. It does not actually compile though, but with a few changes it can be made to do so.</description>
		<content:encoded><![CDATA[<p>Thank you for the example. It does not actually compile though, but with a few changes it can be made to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurentiu</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-7906</link>
		<dc:creator>Laurentiu</dc:creator>
		<pubDate>Thu, 17 Mar 2011 18:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-7906</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Neto</title>
		<link>http://blog.stevedoria.net/20080518/observer-pattern-in-c/comment-page-1#comment-7877</link>
		<dc:creator>Ricardo Neto</dc:creator>
		<pubDate>Tue, 01 Feb 2011 21:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevedoria.net/20080518/observer-pattern-in-c#comment-7877</guid>
		<description>Hi,

Great article!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

