<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>cplusplus.co.il &#187; questions</title>
	<atom:link href="http://cplusplus.co.il/category/cpp/questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://cplusplus.co.il</link>
	<description>Discussing modern C++ and related topics.</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:28:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cplusplus.co.il' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>cplusplus.co.il &#187; questions</title>
		<link>http://cplusplus.co.il</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cplusplus.co.il/osd.xml" title="cplusplus.co.il" />
	<atom:link rel='hub' href='http://cplusplus.co.il/?pushpress=hub'/>
		<item>
		<title>A question of memory layout</title>
		<link>http://cplusplus.co.il/2010/01/20/a-question-of-memory-layout/</link>
		<comments>http://cplusplus.co.il/2010/01/20/a-question-of-memory-layout/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:09:53 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://cplusplus.co.il/?p=813</guid>
		<description><![CDATA[Actual object memory layout can be a little tricky when inheritance and its virtual tables are involved. And it gets even trickier when pointer arithmetic is employed. Do you consider yourself a low-level expert? Let us consider the following main program: In this post we will present three different definitions for classes A and B. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=813&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2010/01/20/a-question-of-memory-layout/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
		<item>
		<title>Problematic declaration syntax</title>
		<link>http://cplusplus.co.il/2009/08/20/problematic-declaration-syntax/</link>
		<comments>http://cplusplus.co.il/2009/08/20/problematic-declaration-syntax/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:35:08 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://cpptalk.wordpress.com/?p=50</guid>
		<description><![CDATA[This question was written by a friend who luckily let me use it. It presents a very common pitfall of C++, regarding the syntax of decleration statements. In the following code, what would be the type of b? Hint: you will be surprised! Try printing inside B&#8217;s constructor. Posted in questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=50&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/08/20/problematic-declaration-syntax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
		<item>
		<title>Destructors and placement new</title>
		<link>http://cplusplus.co.il/2009/08/16/destructors-and-placement-new/</link>
		<comments>http://cplusplus.co.il/2009/08/16/destructors-and-placement-new/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 23:00:40 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://cpptalk.wordpress.com/2009/08/16/destructors-and-placement-new/</guid>
		<description><![CDATA[When using placement new operator, destruction isn&#8217;t as transparent as usual.. Will the destructor be invoked? Hint: having used placement new, you are also responsible for (explicitly) destructing that object. Posted in questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=25&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/08/16/destructors-and-placement-new/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
		<item>
		<title>Constructor selection with virtual inheritance</title>
		<link>http://cplusplus.co.il/2009/08/11/constructor-selection-with-virtual-inheritance/</link>
		<comments>http://cplusplus.co.il/2009/08/11/constructor-selection-with-virtual-inheritance/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:41:58 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://cpptalk.wordpress.com/?p=5</guid>
		<description><![CDATA[Virtual inheritance has quite a few common pitfalls, one of which is related to the construction of the virtual base. Consider the following code &#8211; what will eventually be printed? Hint: what class actually invokes A&#8217;s constructor? Posted in questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=5&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/08/11/constructor-selection-with-virtual-inheritance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
		<item>
		<title>Difference between &#8220;vector v&#8221; and &#8220;vector v()&#8221;</title>
		<link>http://cplusplus.co.il/2009/08/11/difference-between-vector-v-and-vector-v/</link>
		<comments>http://cplusplus.co.il/2009/08/11/difference-between-vector-v-and-vector-v/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:37:12 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://cpptalk.wordpress.com/?p=3</guid>
		<description><![CDATA[The given two statements actually translate to two very different declerations. Is there a difference between the two options, in the following piece of code? Hint: v2 isn&#8217;t really a vector (try calling a method). Posted in questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=3&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/08/11/difference-between-vector-v-and-vector-v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
