<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - C/C++</title>
 <link>http://www.howtoforge.org/taxonomy/term/80/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.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.howtoforge.org/taxonomy/term/80/all</link>
 </image>

<item>
 <title>An Explanation of Pointers (C++)</title>
 <link>http://www.howtoforge.org/pointers_c_plusplus</link>
 <description>&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;&lt;a href=&quot;http://www.howtoforge.org/pointers_c_plusplus&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/programming/c-cplusplus">C/C++</category>
 <pubDate>Sat, 24 Feb 2007 18:20:15 +0100</pubDate>
 <guid>http://www.howtoforge.org/pointers_c_plusplus</guid>
 <comments>http://www.howtoforge.org/pointers_c_plusplus#comment</comments>
</item>
<item>
 <title>Beginner&#039;s Guide To c++</title>
 <link>http://www.howtoforge.org/beginners_guide_to_cplusplus</link>
 <description>&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;
&lt;a href=&quot;http://www.howtoforge.org/beginners_guide_to_cplusplus&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/programming/c-cplusplus">C/C++</category>
 <pubDate>Thu, 22 Feb 2007 18:25:23 +0100</pubDate>
 <guid>http://www.howtoforge.org/beginners_guide_to_cplusplus</guid>
 <comments>http://www.howtoforge.org/beginners_guide_to_cplusplus#comment</comments>
</item>
</channel>
</rss>
