<?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: Libraries</title>
	<atom:link href="http://arduiniana.org/libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://arduiniana.org</link>
	<description>Arduino wisdom and gems by Mikal Hart</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:22:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-18641</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Mon, 15 Aug 2011 05:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-18641</guid>
		<description>@Michael,

Thanks for the kind words.  Those are hard questions.  Arduino really is almost unadulterated C++ (it uses the AVR C++ compiler under the covers).  But it hardly uses anything that isn&#039;t pure C, so essentially it&#039;s just C also.  I&#039;ve taught C and C++ separately and they both offer advantages to the newcomer.  Suggesting a good resource is hard, because I haven&#039;t personally used any in probably 15-20 years! :)  I think if I were in your shoes I would get the thinnest C book I could find and work my way through it while studying the Arduino examples.  See if you can understand how they work.  Most Arduino programs use a very concise subset of C++.

Some people enjoy learning programming by working programming problems.  There&#039;s a delightful set of these at http://projecteuler.net/.

Good luck, and keep in touch.

Mikal</description>
		<content:encoded><![CDATA[<p>@Michael,</p>
<p>Thanks for the kind words.  Those are hard questions.  Arduino really is almost unadulterated C++ (it uses the AVR C++ compiler under the covers).  But it hardly uses anything that isn&#8217;t pure C, so essentially it&#8217;s just C also.  I&#8217;ve taught C and C++ separately and they both offer advantages to the newcomer.  Suggesting a good resource is hard, because I haven&#8217;t personally used any in probably 15-20 years! <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I think if I were in your shoes I would get the thinnest C book I could find and work my way through it while studying the Arduino examples.  See if you can understand how they work.  Most Arduino programs use a very concise subset of C++.</p>
<p>Some people enjoy learning programming by working programming problems.  There&#8217;s a delightful set of these at <a href="http://projecteuler.net/" rel="nofollow">http://projecteuler.net/</a>.</p>
<p>Good luck, and keep in touch.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael B.</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-18538</link>
		<dc:creator>Michael B.</dc:creator>
		<pubDate>Fri, 12 Aug 2011 14:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-18538</guid>
		<description>P.S. I have a question for you (because I won&#039;t trust anyone&#039;s answer but yours). What programming language is better to learn for arduino? C or C++? And, what resources would you recommend?</description>
		<content:encoded><![CDATA[<p>P.S. I have a question for you (because I won&#8217;t trust anyone&#8217;s answer but yours). What programming language is better to learn for arduino? C or C++? And, what resources would you recommend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael B.</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-18537</link>
		<dc:creator>Michael B.</dc:creator>
		<pubDate>Fri, 12 Aug 2011 14:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-18537</guid>
		<description>Dear Mikal,

I think I speak for everyone when I thank you for your colossal contributions to the arduino movement.  I am a relative newcomer, and occasionally need to search for solutions, but almost wherever I click, I seem to see your name! I just purchased the Arduino Cookbook and was pleasantly surprised to see your name on the back cover, and sprinkled throughout the book as well. If not for people like you, the arduino world would be a much more confusing place.  

Thank you for everything.</description>
		<content:encoded><![CDATA[<p>Dear Mikal,</p>
<p>I think I speak for everyone when I thank you for your colossal contributions to the arduino movement.  I am a relative newcomer, and occasionally need to search for solutions, but almost wherever I click, I seem to see your name! I just purchased the Arduino Cookbook and was pleasantly surprised to see your name on the back cover, and sprinkled throughout the book as well. If not for people like you, the arduino world would be a much more confusing place.  </p>
<p>Thank you for everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antti</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-15347</link>
		<dc:creator>antti</dc:creator>
		<pubDate>Mon, 16 May 2011 19:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-15347</guid>
		<description>I&#039;m currently using NewSoftSerial, PString, Streaming and TinyGPS on my datalogger and they are all brilliant! Thank you!</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using NewSoftSerial, PString, Streaming and TinyGPS on my datalogger and they are all brilliant! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grendel</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-13278</link>
		<dc:creator>Grendel</dc:creator>
		<pubDate>Mon, 21 Mar 2011 21:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-13278</guid>
		<description>Thank you for the NewSoftSerial info!</description>
		<content:encoded><![CDATA[<p>Thank you for the NewSoftSerial info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-8780</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sun, 02 Jan 2011 00:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-8780</guid>
		<description>Thanks! :)</description>
		<content:encoded><![CDATA[<p>Thanks! <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-8691</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Fri, 31 Dec 2010 05:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-8691</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connect Phi-1 shield with an EM 406A GPS &#171; Liudr&#39;s Blog</title>
		<link>http://arduiniana.org/libraries/comment-page-1/#comment-7992</link>
		<dc:creator>Connect Phi-1 shield with an EM 406A GPS &#171; Liudr&#39;s Blog</dc:creator>
		<pubDate>Wed, 15 Dec 2010 02:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://arduiniana.org/?page_id=235#comment-7992</guid>
		<description>[...] library The newsoftserial and tinygps are needed for the code. These can also be downloaded at the author&#8217;s website. After you download the libraries, unzip them under your arduino sketch/libraries folder so that [...]</description>
		<content:encoded><![CDATA[<p>[...] library The newsoftserial and tinygps are needed for the code. These can also be downloaded at the author&#8217;s website. After you download the libraries, unzip them under your arduino sketch/libraries folder so that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

