<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Processing rocks!</title>
	<atom:link href="http://www.kwartzlab.ca/2010/02/processing-rocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwartzlab.ca/2010/02/processing-rocks/</link>
	<description>Home of Kwartzlab Makerspace in Kitchener/Waterloo, Ontario</description>
	<lastBuildDate>Thu, 16 May 2013 04:24:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jlamothe</title>
		<link>http://www.kwartzlab.ca/2010/02/processing-rocks/comment-page-1/#comment-187</link>
		<dc:creator>jlamothe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-187</guid>
		<description><![CDATA[I&#039;m a little confused about the syntax of your code here.  Perhaps you can explain it to me.

You&#039;ve got: `planets[i] = new Planet();` indicating that `planets[i]` is a pointer to an object of class `Planet`.
On the following line, you&#039;ve got: `planets[i].mass = 1`.  Why does this compile?  Shouldn&#039;t it be `planets[i]-&gt;mass = 1`?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a little confused about the syntax of your code here.  Perhaps you can explain it to me.</p>
<p>You&#8217;ve got: `planets[i] = new Planet();` indicating that `planets[i]` is a pointer to an object of class `Planet`.<br />
On the following line, you&#8217;ve got: `planets[i].mass = 1`.  Why does this compile?  Shouldn&#8217;t it be `planets[i]->mass = 1`?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darcy Casselman</title>
		<link>http://www.kwartzlab.ca/2010/02/processing-rocks/comment-page-1/#comment-188</link>
		<dc:creator>Darcy Casselman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-188</guid>
		<description><![CDATA[Processing is its own language, that happens to look a lot like C++.  Kinda like the arduino.  Processing is not C++.]]></description>
		<content:encoded><![CDATA[<p>Processing is its own language, that happens to look a lot like C++.  Kinda like the arduino.  Processing is not C++.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amackie</title>
		<link>http://www.kwartzlab.ca/2010/02/processing-rocks/comment-page-1/#comment-247</link>
		<dc:creator>amackie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-247</guid>
		<description><![CDATA[Yup, dcassel above is right.  It&#039;s very close to Java in that members are all assumed to be pointers, but are accessed with &quot;.&quot; instead of &quot;-&gt;&quot;.  It also deals with and disposes of allocated memory like Java.]]></description>
		<content:encoded><![CDATA[<p>Yup, dcassel above is right.  It&#8217;s very close to Java in that members are all assumed to be pointers, but are accessed with &#8220;.&#8221; instead of &#8220;->&#8221;.  It also deals with and disposes of allocated memory like Java.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
