<?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: C pointers explained</title>
	<atom:link href="http://www.paleotechnologist.net/?feed=rss2&#038;p=1513" rel="self" type="application/rss+xml" />
	<link>http://www.paleotechnologist.net/?p=1513</link>
	<description>Modern Fun With Old-School Tech</description>
	<lastBuildDate>Sat, 16 Feb 2013 03:39:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Russ</title>
		<link>http://www.paleotechnologist.net/?p=1513&#038;cpage=1#comment-18127</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 13 Feb 2012 05:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paleotechnologist.net/?p=1513#comment-18127</guid>
		<description>I had a hard time understanding pointers until I was lucky enough to get a job doing some simple C programming along side help desk duties. It then started all making sense when I was working with a real world project fixing bugs. Within a few months I was writing more advanced enhancements/improvements and assisting in a complete rewrite using the GTK library.

Once you figure pointers out and understand that C is all about memory manipulation then it becomes much easier.</description>
		<content:encoded><![CDATA[<p>I had a hard time understanding pointers until I was lucky enough to get a job doing some simple C programming along side help desk duties. It then started all making sense when I was working with a real world project fixing bugs. Within a few months I was writing more advanced enhancements/improvements and assisting in a complete rewrite using the GTK library.</p>
<p>Once you figure pointers out and understand that C is all about memory manipulation then it becomes much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.paleotechnologist.net/?p=1513&#038;cpage=1#comment-16273</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 26 Dec 2011 06:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.paleotechnologist.net/?p=1513#comment-16273</guid>
		<description>I&#039;ve tried FOREVER to understand pointers. It didn&#039;t make sense until I recently saw a video that used pointers in a practical sense (when writing functions and what not) instead of the whole int* ptr = &amp;somevalue crap (which, to a new programmer, doesn&#039;t make a whole lot of sense in terms of &quot;Why/when would I need to do this?&quot;). This was a pretty good read, but I would recommend appending to this article to show why and when a programmer would need use pointers. How they work isn&#039;t what is confusing about them, at least in my experience.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried FOREVER to understand pointers. It didn&#8217;t make sense until I recently saw a video that used pointers in a practical sense (when writing functions and what not) instead of the whole int* ptr = &amp;somevalue crap (which, to a new programmer, doesn&#8217;t make a whole lot of sense in terms of &#8220;Why/when would I need to do this?&#8221;). This was a pretty good read, but I would recommend appending to this article to show why and when a programmer would need use pointers. How they work isn&#8217;t what is confusing about them, at least in my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Eric Carr</title>
		<link>http://www.paleotechnologist.net/?p=1513&#038;cpage=1#comment-16220</link>
		<dc:creator>M. Eric Carr</dc:creator>
		<pubDate>Sun, 25 Dec 2011 05:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.paleotechnologist.net/?p=1513#comment-16220</guid>
		<description>Exactly -- the syntax can be confusing, though. Also, pointers can be more powerful than just passing variables by reference (since they can make linked lists etc). I&#039;m sure Java has this functionality somewhere, though.</description>
		<content:encoded><![CDATA[<p>Exactly &#8212; the syntax can be confusing, though. Also, pointers can be more powerful than just passing variables by reference (since they can make linked lists etc). I&#8217;m sure Java has this functionality somewhere, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.paleotechnologist.net/?p=1513&#038;cpage=1#comment-16217</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 25 Dec 2011 03:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.paleotechnologist.net/?p=1513#comment-16217</guid>
		<description>It&#039;s easy to understand if you think of pointers as tools to pass data by reference (coming from a Java background).</description>
		<content:encoded><![CDATA[<p>It&#8217;s easy to understand if you think of pointers as tools to pass data by reference (coming from a Java background).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
