<?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"
	>
<channel>
	<title>Comments on: 6.13 &#8212; Void pointers</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/613-void-pointers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/613-void-pointers/</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 11:27:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Learn C++ - &#187; 6.12 &#8212; References vs. pointers, and member selection</title>
		<link>http://www.learncpp.com/cpp-tutorial/613-void-pointers/#comment-13484</link>
		<dc:creator>Learn C++ - &#187; 6.12 &#8212; References vs. pointers, and member selection</dc:creator>
		<pubDate>Tue, 29 Apr 2008 04:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/613-void-pointers/#comment-13484</guid>
		<description>[...]  6.13 â€” Void pointers [...]</description>
		<content:encoded><![CDATA[<p>[...]  6.13 â€” Void pointers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergk</title>
		<link>http://www.learncpp.com/cpp-tutorial/613-void-pointers/#comment-118</link>
		<dc:creator>sergk</dc:creator>
		<pubDate>Fri, 20 Jul 2007 09:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/613-void-pointers/#comment-118</guid>
		<description>Void pointers used in custom memory allocators as well - malloc, CoTaskMemAlloc, etc.. Memory allocation routines usually don't aware of data types they allocating memory for.

--serg</description>
		<content:encoded><![CDATA[<p>Void pointers used in custom memory allocators as well - malloc, CoTaskMemAlloc, etc.. Memory allocation routines usually don&#8217;t aware of data types they allocating memory for.</p>
<p>&#8211;serg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
