Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 106

Thread: GCC Moves Forward With Conversion To C++

  1. #11
    Join Date
    Jul 2008
    Location
    Greece
    Posts
    3,616

    Default

    C++ allows for writing higher quality code than C, so props to GCC.

  2. #12
    Join Date
    Nov 2010
    Posts
    93

    Default

    As someone who's only learned C++ and some bits of Java, I fully support this.

  3. #13
    Join Date
    Aug 2011
    Posts
    68

    Default

    • C++ is a standardized, well known, popular language. <-- applies to C too
    • C++ is nearly a superset of C90 used in GCC. <-- irrelevant
    • The C subset of C++ is just as efficient as C. <-- "just as efficient" is debateable
    • C++ supports cleaner code in several significant cases. <-- opinion
    • C++ makes it easier to write and enforce cleaner interfaces. <-- opinion
    • C++ never requires uglier code. <-- opinion
    • C++ is not a panacea but it is an improvement. <-- opinion


    I'm not a fan of this move.
    Sounds to me like this is possibly a matter of the C++ advocates now outnumbering the C advocates.
    Or pandering to the young/new/potential contributors imo.
    Asking the recent college grads to learn C or asm might be asking too much ...

  4. #14
    Join Date
    Nov 2007
    Posts
    957

    Default

    Quote Originally Posted by Soul_keeper View Post
    [LIST]Asking the recent college grads to learn C or asm might be asking too much ...
    If you don't know C or asm, you don't know C++. Derp.

  5. #15
    Join Date
    Jul 2008
    Location
    Greece
    Posts
    3,616

    Default

    Quote Originally Posted by Soul_keeper View Post
    Asking the recent college grads to learn C or asm might be asking too much ...
    It's not possible to write C++ without knowing C. Not that you have to lean C on it's own. Learning C++ implies learning C at the same time.

  6. #16
    Join Date
    Nov 2010
    Posts
    93

    Default

    Quote Originally Posted by Soul_keeper View Post

    I'm not a fan of this move.
    Sounds to me like this is possibly a matter of the C++ advocates now outnumbering the C advocates.
    Or pandering to the young/new/potential contributors imo.
    Asking the recent college grads to learn C or asm might be asking too much ...
    Good programmers won't need to learn multiple languages. Once you know one language, the others will be no problem. It's mostly syntax anyway. All you're doing is figuring out how you do something in a different language. But asm and C both require you to type more code. Especially asm which is very annoying.

  7. #17
    Join Date
    May 2011
    Posts
    722

    Default

    Linus cracks me up. He hates Java. He hates C++. He hates NVIDIA. He doesn't think SSDs need TRIM. He prefers gotos to real coding and he tops it off by placing the braces on the wrong lines.

    I mean seriously, who is this guy? Kudos to him for copying UNIX verbatim but is there anybody on the planet more opinionated than him?

  8. #18
    Join Date
    May 2007
    Location
    Third Rock from the Sun
    Posts
    6,321

    Default

    Quote Originally Posted by RealNC View Post
    C++ allows for writing higher quality code than C, so props to GCC.
    *rolls eyes*

    [sarcasm]
    Ya because a language determines the quality of the code.
    [/sarcasm]

  9. #19
    Join Date
    Jul 2008
    Location
    Greece
    Posts
    3,616

    Default

    Quote Originally Posted by deanjo View Post
    *rolls eyes*

    [sarcasm]
    Ya because a language determines the quality of the code.
    [/sarcasm]
    Hey, if others can troll, so can I.

  10. #20
    Join Date
    May 2007
    Location
    Third Rock from the Sun
    Posts
    6,321

    Default

    Quote Originally Posted by RealNC View Post
    Hey, if others can troll, so can I.
    Hey then we all should be switching to Mono right?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •