<?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: void* and casts, in C and C++</title>
	<atom:link href="http://eli.thegreenplace.net/2009/11/16/void-and-casts-in-c-and-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2009/11/16/void-and-casts-in-c-and-c/</link>
	<description>Eli Bendersky's personal website</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:32:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jed</title>
		<link>http://eli.thegreenplace.net/2009/11/16/void-and-casts-in-c-and-c/comment-page-1/#comment-227007</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1985#comment-227007</guid>
		<description>Multiple inheritance is the reason C++ cannot support casting from `&lt;code&gt;void*&lt;/code&gt;` to an arbitrary type.  The pointer to the second superclass will actually have a different address.  Relevant discussion here: http://www.mail-archive.com/dolfin-dev@fenics.org/msg11124.html</description>
		<content:encoded><![CDATA[<p>Multiple inheritance is the reason C++ cannot support casting from <code class="backtick">void*</code> to an arbitrary type.  The pointer to the second superclass will actually have a different address.  Relevant discussion here: <a href="http://www.mail-archive.com/dolfin-dev@fenics.org/msg11124.html" rel="nofollow">http://www.mail-archive.com/dolfin-dev@fenics.org/msg11124.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
