<?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: Understanding const pointers and variables in C++</title>
	<atom:link href="http://coliveira.net/software/understanding-const-pointers-and-variables-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliveira.net/software/understanding-const-pointers-and-variables-in-c/</link>
	<description>by Carlos Oliveira</description>
	<lastBuildDate>Tue, 15 May 2012 01:46:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: coliveira</title>
		<link>http://coliveira.net/software/understanding-const-pointers-and-variables-in-c/comment-page-1/#comment-1046</link>
		<dc:creator>coliveira</dc:creator>
		<pubDate>Sat, 16 Jan 2010 03:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=591#comment-1046</guid>
		<description>Thanks David, I corrected the small confusion on the last listing.</description>
		<content:encoded><![CDATA[<p>Thanks David, I corrected the small confusion on the last listing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://coliveira.net/software/understanding-const-pointers-and-variables-in-c/comment-page-1/#comment-873</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 04 Dec 2009 21:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=591#comment-873</guid>
		<description>Your summary is a little confusing. I assume &quot;same as above&quot; refers to the previous section, and not the above line.


Type const * p; // can&#039;t modify what p points to
Type * const q; // can&#039;t modify q
Type const * const t; // can&#039;t modify either

Codepadded here: codepad.org/avZroxQe

For more const correctness, I&#039;ve always liked the C++ Faq</description>
		<content:encoded><![CDATA[<p>Your summary is a little confusing. I assume &#8220;same as above&#8221; refers to the previous section, and not the above line.</p>
<p>Type const * p; // can&#8217;t modify what p points to<br />
Type * const q; // can&#8217;t modify q<br />
Type const * const t; // can&#8217;t modify either</p>
<p>Codepadded here: codepad.org/avZroxQe</p>
<p>For more const correctness, I&#8217;ve always liked the C++ Faq</p>
]]></content:encoded>
	</item>
</channel>
</rss>

