<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>c guide | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/c-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Sat, 13 Feb 2021 16:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>c guide | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Beej&#8217;s Guide to C programming</title>
		<link>https://learncgames.com/beejs-guide-to-c-programming/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beejs-guide-to-c-programming</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 16 Feb 2021 00:00:54 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[c guide]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=2685</guid>

					<description><![CDATA[<p>Brian Hall (aka Beej) has written or collected guides to several programming languages including one on C. Out of curiosity I pasted the one document HTML version into both Word and a text editor to get a feel for how big it is and it filled 416 pages on Word, almost 13,700 lines in a [&#8230;]</p>
The post <a href="https://learncgames.com/beejs-guide-to-c-programming/">Beej’s Guide to C programming</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:171,&quot;href&quot;:&quot;https:\/\/beej.us\/guide\/bgc&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260101234738\/https:\/\/beej.us\/guide\/bgc\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 12:30:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-13 00:49:24&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-16 18:19:59&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-22 03:49:30&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-25 06:06:43&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-02 19:01:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-06 15:45:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-15 21:49:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-21 05:53:53&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-26 11:30:50&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-01 06:32:44&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-09 06:41:13&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 18:19:40&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-17 11:08:14&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-21 14:26:46&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-21 14:26:46&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-medium wp-image-2686" src="https://learncgames.com/wp-content/uploads/2021/02/book-312393_640-290x300.png" alt="Book" width="290" height="300" srcset="https://learncgames.com/wp-content/uploads/2021/02/book-312393_640-290x300.png 290w, https://learncgames.com/wp-content/uploads/2021/02/book-312393_640.png 618w" sizes="(max-width: 290px) 100vw, 290px" />Brian Hall (<em>aka Beej)</em> has written or collected guides to several programming languages including <a title="Link to Beej's Guide to C" href="https://beej.us/guide/bgc/" target="_blank" rel="nofollow noopener">one on C</a>. Out of curiosity I pasted the one document HTML version into both Word and a text editor to get a feel for how big it is and it filled 416 pages on Word, almost 13,700 lines in a text editor.</p>
<p>It is quite comprehensive covering most aspects of C. He has a disclaimer that its a work in practice and there may be bits that need correcting but still, if you are looking for an excellent guide to C, I&#8217;d definitely recommend it and if you like it, send him a tip on Paypal.</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/beejs-guide-to-c-programming/">Beej’s Guide to C programming</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2685</post-id>	</item>
	</channel>
</rss>
