<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:dc="https://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[BP Forums - C]]></title>
		<link>https://bpforums.info/</link>
		<description><![CDATA[BP Forums - https://bpforums.info]]></description>
		<pubDate>Fri, 01 May 2026 04:51:59 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[C Tutorial Series]]></title>
			<link>https://bpforums.info/showthread.php?tid=897</link>
			<pubDate>Sat, 18 Apr 2015 20:44:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=1">brandonio21</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=897</guid>
			<description><![CDATA[So I have been thinking about doing a C tutorial series for quite some time now. In my opinion, C is the ultimate programming language. It's fairly low level (It compiles straight to assembly), it runs fast, it has decades of improvements built into it, and tons of community support.<br />
<br />
Basically, C is used for most system programming. That is, if you want to make a utility for your operating system, you would usually do it in C. Of course, a lot of things these days are also written in C's self-deemed successor, C++. For instance, take the following programs:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Linux - </span>C<br />
<span style="font-weight: bold;" class="mycode_b">Windows - </span>C/C++/C#<br />
<span style="font-weight: bold;" class="mycode_b">Mac OSX - </span>C/Objective-C<br />
<br />
All of which are written in C or its many variants. Because of this, I think it is important to make a C tutorial series that will also lead into C++, since the two are fairly related. The C portion of the tutorial will be based on the<a href="http://www.amazon.com/The-Programming-Language-Brian-Kernighan/dp/0131103628" target="_blank" rel="noopener" class="mycode_url"> K&amp;R</a>, so people can easily follow along if they own the book.<br />
<br />
What are your guys' thoughts?]]></description>
			<content:encoded><![CDATA[So I have been thinking about doing a C tutorial series for quite some time now. In my opinion, C is the ultimate programming language. It's fairly low level (It compiles straight to assembly), it runs fast, it has decades of improvements built into it, and tons of community support.<br />
<br />
Basically, C is used for most system programming. That is, if you want to make a utility for your operating system, you would usually do it in C. Of course, a lot of things these days are also written in C's self-deemed successor, C++. For instance, take the following programs:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Linux - </span>C<br />
<span style="font-weight: bold;" class="mycode_b">Windows - </span>C/C++/C#<br />
<span style="font-weight: bold;" class="mycode_b">Mac OSX - </span>C/Objective-C<br />
<br />
All of which are written in C or its many variants. Because of this, I think it is important to make a C tutorial series that will also lead into C++, since the two are fairly related. The C portion of the tutorial will be based on the<a href="http://www.amazon.com/The-Programming-Language-Brian-Kernighan/dp/0131103628" target="_blank" rel="noopener" class="mycode_url"> K&amp;R</a>, so people can easily follow along if they own the book.<br />
<br />
What are your guys' thoughts?]]></content:encoded>
		</item>
	</channel>
</rss>