<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.how2forge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - C/C++</title>
 <link>http://www.how2forge.org/taxonomy/term/80/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.how2forge.org/rss/programming/c-cplusplus.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - C/C++</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.how2forge.org/taxonomy/term/80/all</link>
 </image>

<item>
 <title>Learning C/C++ Step-By-Step</title>
 <link>http://www.how2forge.org/learning-c-cplusplus-step-by-step</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/learning-c-cplusplus-step-by-step&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;p&gt;&lt;b&gt;Learning C/C++ Step-By-Step&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If
you are the one looking for a step-by-step guide to get started, this
tutorial is for you. Let me know your comments on&amp;nbsp; my tiny attempt to
serve the community.&lt;/p&gt;</description>
 <category domain="http://www.how2forge.org/sitemap/programming/c-cplusplus">C/C++</category>
 <pubDate>Wed, 07 Jan 2009 18:03:36 +0100</pubDate>
 <guid>http://www.how2forge.org/learning-c-cplusplus-step-by-step</guid>
 <comments>http://www.how2forge.org/learning-c-cplusplus-step-by-step#comment</comments>
</item>
<item>
 <title>An Explanation of Pointers (C++)</title>
 <link>http://www.how2forge.org/pointers_c_plusplus</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/pointers_c_plusplus&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;p&gt;&lt;b&gt;An Explanation of Pointers (C++)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Pointers are basically the same as any other variable. However, what is different about them is that instead of containing actual data, they contain a pointer to the memory location where information can be found. This is a very important concept, and many programs and ideas rely on pointers as the basis of their design, linked lists for example.&lt;/p&gt;</description>
 <category domain="http://www.how2forge.org/sitemap/programming/c-cplusplus">C/C++</category>
 <pubDate>Sat, 24 Feb 2007 18:20:15 +0100</pubDate>
 <guid>http://www.how2forge.org/pointers_c_plusplus</guid>
 <comments>http://www.how2forge.org/pointers_c_plusplus#comment</comments>
</item>
<item>
 <title>Beginner&#039;s Guide To c++</title>
 <link>http://www.how2forge.org/beginners_guide_to_cplusplus</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/beginners_guide_to_cplusplus&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;p&gt;&lt;b&gt;Beginner&#039;s Guide To c++&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This is a guide to the very basics of c++ its aimed at people who have never programmed in C++, it covers setting up the program, and also the basics of variable definition, commenting, the cout and cin function and basic operators.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/programming/c-cplusplus">C/C++</category>
 <pubDate>Thu, 22 Feb 2007 18:25:23 +0100</pubDate>
 <guid>http://www.how2forge.org/beginners_guide_to_cplusplus</guid>
 <comments>http://www.how2forge.org/beginners_guide_to_cplusplus#comment</comments>
</item>
</channel>
</rss>
