<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Differences between C and C++...' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Differences between C and C++...' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 00:22:01 -0700</pubDate>
    <lastBuildDate>Sun, 19 May 2013 00:22:01 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Differences between C and C++...</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/418331/418331/differences-between-c-and-c++/</link>
      <description>I've had someone tell me that I really don't know C++...which is probably fair. He claimed that someone from C could come in thinking s/he has a handle on C++ but only knows the syntax and basic OOP.&lt;br /&gt;
&lt;br /&gt;
Okay, so what don't I know that every C++ noob (from C) should know? I know about C++, but what design principles, philosophies, etc. Am I missing?&lt;br /&gt;
&lt;br /&gt;
PS: I know this site is dead and dying, but I need to stop making accounts all across the internet and start using the ones I have.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/418331/418331/differences-between-c-and-c++/</guid>
      <pubDate>Sun, 15 Aug 2010 12:00:25 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: Differences between C and C++...</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/418331/418345/re-differences-between-c-and-c++/#418345</link>
      <description>&lt;span style="color: Blue;"&gt;All one needs in C++ is basic OOP - all the other crap C++ has is of no use. It only hides the code and makes life miserable.&lt;br /&gt;
&lt;br /&gt;
Learn templates - they are a good addition to basic OOP, but that is it. There are good tutorials on C++ on the web - Google for these. Example: Bruce Ekkel book I believe is a very good resource on how to think in C++. Also, get a book on design patterns - very much needed if you want to go professional in C++.&lt;br /&gt;
&lt;br /&gt;
Also, learn a bit of Assembler, because sometimes you need to see what some C++ statement does under the hood and if you disassemble that piece and understand it - it will help immensely.&lt;/span&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/418331/418345/re-differences-between-c-and-c++/#418345</guid>
      <pubDate>Thu, 19 Aug 2010 05:17:14 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: Differences between C and C++...</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/418331/418348/re-differences-between-c-and-c++/#418348</link>
      <description>Google is your friend:&lt;br /&gt;
- &lt;a href="http://www2.research.att.com/~bs/bs_faq.html#what-is"&gt;http://www2.research.att.com/~bs/bs_faq.html#what-is&lt;/a&gt;&lt;br /&gt;
- &lt;a href="http://www.parashift.com/c++-faq-lite/big-picture.html#faq-6.8"&gt;http://www.parashift.com/c++-faq-lite/big-picture.html#faq-6.8&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Personally, I use the design-patters, type-safety and other techniques in C++ that I do not enjoy working with C anymore (though I never needed any assembly).&lt;br /&gt;
&lt;br /&gt;
Bilderbikkel</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/418331/418348/re-differences-between-c-and-c++/#418348</guid>
      <pubDate>Thu, 19 Aug 2010 11:24:53 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>