<?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>Komentarze do: Z C++ zagadka</title>
	<atom:link href="http://piotr.doniec.eu/devlog/2009/03/z-c-zagadka/feed/" rel="self" type="application/rss+xml" />
	<link>http://piotr.doniec.eu/devlog/2009/03/z-c-zagadka/</link>
	<description></description>
	<lastBuildDate>Sat, 21 May 2011 06:04:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Autor: Jarek</title>
		<link>http://piotr.doniec.eu/devlog/2009/03/z-c-zagadka/comment-page-1/#comment-6</link>
		<dc:creator>Jarek</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://piotr.doniec.eu/devlog/?p=132#comment-6</guid>
		<description>Sam pomysł wywoływania funkcji wirtualnej w konstruktorze lub desktuktorze zły. Zasada 9 (chyba) z Effective C++ Scotta Meyers&#039;a mówi mniej więcej tyle : 

 Never call virtual functions during construction or destruction because the calls won&#039;t do what you think, and if they did, 
you&#039;d still be unhappy.</description>
		<content:encoded><![CDATA[<p>Sam pomysł wywoływania funkcji wirtualnej w konstruktorze lub desktuktorze zły. Zasada 9 (chyba) z Effective C++ Scotta Meyers&#8217;a mówi mniej więcej tyle : </p>
<p> Never call virtual functions during construction or destruction because the calls won&#8217;t do what you think, and if they did,<br />
you&#8217;d still be unhappy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

