<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Exploring C</title><description>Learn the C programming language from first principles — memory, pointers, and the fundamentals that underpin systems programming.</description><link>https://c.bradpenney.io/</link><atom:link href="https://c.bradpenney.io/feed_rss_created.xml" rel="self" type="application/rss+xml" /> <managingEditor>Brad Penney</managingEditor><language>en</language> <pubDate>Sat, 11 Jul 2026 13:00:46 -0000</pubDate> <lastBuildDate>Sat, 11 Jul 2026 13:00:46 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>https://c.bradpenney.io/images/exploring_c.png</url> <title>Exploring C</title> <link>https://c.bradpenney.io/</link> </image> <item> <title>Home</title> <description>&lt;p&gt;&lt;img src=&#34;images/exploring_c.png&#34; alt=&#34;Exploring C&#34; class=&#34;img-responsive-right&#34; width=&#34;300&#34;&gt;&lt;/p&gt; &lt;h1&gt;Welcome to Exploring C&lt;/h1&gt; &lt;p&gt;A subsection of [BradPenney.io](http...&lt;/p&gt;</description> <link>https://c.bradpenney.io/</link> <pubDate>Sat, 11 Jul 2026 12:58:58 -0300</pubDate> <source url="https://c.bradpenney.io/feed_rss_created.xml">Exploring C</source><guid isPermaLink="true">https://c.bradpenney.io/</guid> </item> <item> <title>Hello World</title> <description>&lt;h1&gt;Hello World&lt;/h1&gt; &lt;p&gt;Here&#39;s a simple &#34;Hello, World!&#34; program written in C. This program demonstrates the basic structure of a C program, including the inclusion of...&lt;/p&gt;</description> <link>https://c.bradpenney.io/hello_world/</link> <pubDate>Sat, 11 Jul 2026 12:58:58 -0300</pubDate> <source url="https://c.bradpenney.io/feed_rss_created.xml">Exploring C</source><guid isPermaLink="true">https://c.bradpenney.io/hello_world/</guid> </item> <item> <title>The C Compilation Process</title> <description>&lt;h1&gt;The C Compilation Process&lt;/h1&gt; &lt;p&gt;When you run a command like &lt;code&gt;gcc main.c -o app&lt;/code&gt;, it looks like a single step. In reality, your code is traveling through a four-...&lt;/p&gt;</description> <link>https://c.bradpenney.io/fundamentals/compilation_process/</link> <pubDate>Sat, 11 Jul 2026 12:58:58 -0300</pubDate> <source url="https://c.bradpenney.io/feed_rss_created.xml">Exploring C</source><guid isPermaLink="true">https://c.bradpenney.io/fundamentals/compilation_process/</guid> </item> <item> <title>The Stack vs. The Heap</title> <description>&lt;h1&gt;The Stack vs. The Heap&lt;/h1&gt; &lt;p&gt;In languages like Python or Java, you don&#39;t really worry about where variables &#34;live.&#34; In C, understanding the difference between *...&lt;/p&gt;</description> <link>https://c.bradpenney.io/fundamentals/stack_vs_heap/</link> <pubDate>Sat, 11 Jul 2026 12:58:58 -0300</pubDate> <source url="https://c.bradpenney.io/feed_rss_created.xml">Exploring C</source><guid isPermaLink="true">https://c.bradpenney.io/fundamentals/stack_vs_heap/</guid> </item> <item> <title>What is a Pointer?</title> <description>&lt;h1&gt;What is a Pointer?&lt;/h1&gt; &lt;p&gt;Pointers are the &#34;magic wands&#34; of C. They give you the power to manipulate your computer&#39;s memory directly. They are also the #1 cause ...&lt;/p&gt;</description> <link>https://c.bradpenney.io/fundamentals/what_is_a_pointer/</link> <pubDate>Sat, 11 Jul 2026 12:58:58 -0300</pubDate> <source url="https://c.bradpenney.io/feed_rss_created.xml">Exploring C</source><guid isPermaLink="true">https://c.bradpenney.io/fundamentals/what_is_a_pointer/</guid> </item> </channel> </rss>