<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Software Dev: Arduino sketch &amp;amp; eclipse on Linux - 3.0</title><link>/members-area/personalblogs/b/nexgen-flight-simuator/posts/software-dev-arduino-sketch-eclipse-on-linux---3-0</link><description>OK, so far I have shown you what you need, and what not to do, and never dos and just bad things that we tend not to do as programmers. Now I&amp;#39;m going to so you a program side-by-side Arduino vs eclipse using ANSI C. Arduinoeclipse/* C-3436A**&amp;amp;nb...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Software Dev: Arduino sketch &amp;amp; eclipse on Linux - 3.0</title><link>https://community.element14.com/members-area/personalblogs/b/nexgen-flight-simuator/posts/software-dev-arduino-sketch-eclipse-on-linux---3-0</link><pubDate>Tue, 24 Dec 2019 05:53:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f513b5b8-251e-4c03-a7b8-70b6d92728f9</guid><dc:creator>neuromodulator</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Well objects aint much big of a deal. Its more or less a single unit that contains data and functions. You still could do OOP with ansi C, the way you would do it is by defininig a struct that contains all the data that represents something, for instance a serial port, and then a set of functions that will use that struct and perform an operation (ie: read or write to the serial port). Of course its much more convenient to use the C++ style, but nothing stops you from doing OOP in good ol&amp;#39; C&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=5063&amp;AppID=300&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Software Dev: Arduino sketch &amp;amp; eclipse on Linux - 3.0</title><link>https://community.element14.com/members-area/personalblogs/b/nexgen-flight-simuator/posts/software-dev-arduino-sketch-eclipse-on-linux---3-0</link><pubDate>Mon, 23 Dec 2019 22:58:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f513b5b8-251e-4c03-a7b8-70b6d92728f9</guid><dc:creator>neuromodulator</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This is all actually C++. Arduino just defines the main and calls setup() once and loop() forever. For infinite loops the style &amp;quot;while (true) {}&amp;quot; is preferred in C++ btw.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=5063&amp;AppID=300&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Software Dev: Arduino sketch &amp;amp; eclipse on Linux - 3.0</title><link>https://community.element14.com/members-area/personalblogs/b/nexgen-flight-simuator/posts/software-dev-arduino-sketch-eclipse-on-linux---3-0</link><pubDate>Wed, 04 Jul 2018 18:21:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f513b5b8-251e-4c03-a7b8-70b6d92728f9</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice comparison Chris.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=5063&amp;AppID=300&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>