<?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: Initializer list and initializing derived class members</title>
	<atom:link href="http://dobrzanski.net/2009/11/19/initializer-list-initializing-derived-class-members/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2009/11/19/initializer-list-initializing-derived-class-members/</link>
	<description>The blog for developers</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:35:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frogger</title>
		<link>http://dobrzanski.net/2009/11/19/initializer-list-initializing-derived-class-members/comment-page-1/#comment-29859</link>
		<dc:creator>Frogger</dc:creator>
		<pubDate>Sat, 30 Jan 2010 10:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=524#comment-29859</guid>
		<description>Thank you!!
I&#039;m a learner and I needed to know. I used to learn slow but now i&#039;m just blazing it&#039;s great! I&#039;m excited for life!!!
Also thanks Tomek for that I understood it actually which is great IT MEANS I&#039;M LEARNING!!! yes :) :) :)
All smiles!

Thanks again random google person, i&#039;m favoriting your site thing. :)</description>
		<content:encoded><![CDATA[<p>Thank you!!<br />
I&#8217;m a learner and I needed to know. I used to learn slow but now i&#8217;m just blazing it&#8217;s great! I&#8217;m excited for life!!!<br />
Also thanks Tomek for that I understood it actually which is great IT MEANS I&#8217;M LEARNING!!! yes <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
All smiles!</p>
<p>Thanks again random google person, i&#8217;m favoriting your site thing. <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2009/11/19/initializer-list-initializing-derived-class-members/comment-page-1/#comment-26620</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=524#comment-26620</guid>
		<description>Good point!</description>
		<content:encoded><![CDATA[<p>Good point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://dobrzanski.net/2009/11/19/initializer-list-initializing-derived-class-members/comment-page-1/#comment-26619</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=524#comment-26619</guid>
		<description>You could create another constructor in B that accepts _z and then call that constructor in your derived class D:

D(int _x, int _y, int _z) : B(_z), x(_x), y(_y+1) {}

I didn&#039;t try compiling it though.
Anyway, initialization lists provide better performance only for bigger objects. And it is worth to remember that members are always initialized in the order in which they are declared in the class definition.</description>
		<content:encoded><![CDATA[<p>You could create another constructor in B that accepts _z and then call that constructor in your derived class D:</p>
<p>D(int _x, int _y, int _z) : B(_z), x(_x), y(_y+1) {}</p>
<p>I didn&#8217;t try compiling it though.<br />
Anyway, initialization lists provide better performance only for bigger objects. And it is worth to remember that members are always initialized in the order in which they are declared in the class definition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

