C++ vs.MS C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Savage
    Recognized Expert Top Contributor
    • Feb 2007
    • 1759

    C++ vs.MS C#

    Is C++ surppased by MS C#?
    I hear that Microsoft forcing so hard C# that it will beat C++.

    What's your's opinions?


    Savage
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Savage
    Is C++ surppased by MS C#?
    I hear that Microsoft forcing so hard C# that it will beat C++.

    What's your's opinions?


    Savage


    This is a technical question, so I'll move it to the Software forum


    <shout>I'm trying to relax here</shout>

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Maybe on MS systems but nowhere else. I kind of doubt that's true there. Even Vista was written mostly in C/C++.

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        C++ is primarily untouched by operating systems themselves. C is the language of choice for OSs and C++ is used mainly by programmers.
        M$ is trying to make the move away from COM and towards .NET, and when they push, the world usually takes notice.
        I do not have Vista, but I would assume that a lot of their DLLs are making the move to managed code and .NET assemblies.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Don't forget that lots of industries use fault tolerant, mission critical and often
          real time systems. None of them are PCs, no matter the OS installed on them.

          All that other metal doesn't run .NET; they do run C or C++ though. You don't
          want managed code when you just have a few micro seconds (or less) to
          respond to some external signal reliably according to an SLA.

          The two are just disjunct different worlds and IMHO it will take a long long time
          before the twain shall meet.

          kind regards,

          Jos

          Comment

          • KentBill
            New Member
            • Mar 2007
            • 13

            #6
            C++, I only use VC++ 6.0

            Comment

            Working...