<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C on Dave Hall Consulting</title><link>https://www.davehall.com.au/tags/c/</link><description>Recent content in C on Dave Hall Consulting</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 20 Jun 2010 00:00:00 +0000</lastBuildDate><atom:link href="https://www.davehall.com.au/tags/c/index.xml" rel="self" type="application/rss+xml"/><item><title>hello_world.c</title><link>https://www.davehall.com.au/blog/2007/05/28/hello-world-c/</link><pubDate>Mon, 28 May 2007 00:00:00 +0000</pubDate><guid>https://www.davehall.com.au/blog/2007/05/28/hello-world-c/</guid><description>cat hello_world.c #include &amp;lt;stdio.h&amp;gt; main() { printf (&amp;#34;Hello World!\n&amp;#34;); } $ gcc hello_world.c -o hello_world $ chmod +x hello_world $ ./hello_world Hello World! $ I have started playing with C recently. I am still finding it annoying, yet enjoyable at the same time. The PHP developers have spoilt me (and other PHP coders). PHP gives you most of the power of C, without having to deal with annoying string handling, easy arrays, memory management and having to build to test.</description></item></channel></rss>