Going completely off topic (not that we really have a topic here..)

They say the same thing about C. The C++ people say "C is obsolete, don't bother with it", but you can see that C++ is more likely to die before C will. I doubt that they will ever write an good OS in C++.
Could you explain this please? I keep saying statements like this, or expressing similar sentiments regarding C vs C++, and I never understand them. To my mind, C++ is just C with a few additions (new/delete, class, templates), so what makes C better then C++? Since, as far as I know, any C program is a valid C++ program (with the exception, of course, of C programs that use C++ keywords, which is a stupid "exception"), so what makes C so much better?

I personally see C++ as better, firstly because I prefer new/delete vs malloc/free, just semantically. Secondly because I like OO programming, so I tend to use it in most of my "larger" projects, and having to deal with lots of "OO" code written in C has made me bitter.

In reply to Re: Re: Fearing the demise of Perl by BUU
in thread Fearing the demise of Perl by Wassercrats

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.