New version of C++ standar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexander Dong Back Kim

    New version of C++ standar

    Hi all,

    I've seen arguments related with the doubts whether C++ can deal with
    current computing environment since it become one of the oldest
    language and other young languages like C# and JAVA came out.

    My question is when would be the time new version of C++ come out and
    rocks all the other childish languages? =)

    cheers,
  • Jerry Coffin

    #2
    Re: New version of C++ standar

    In article <020f7608-d9f6-4ab5-9b12-1783e75f8e16
    @h11g2000prf.go oglegroups.com> , alexdbkim@gmail .com says...
    Hi all,
    >
    I've seen arguments related with the doubts whether C++ can deal with
    current computing environment since it become one of the oldest
    language and other young languages like C# and JAVA came out.
    >
    My question is when would be the time new version of C++ come out and
    rocks all the other childish languages? =)
    The current C++ standard was promulgated in 2003. The C# standard is
    ECMA 334, which was published in 2006, so it's newer, but not by a huge
    margin. The C++ standard committee is working on the next standard and
    hopes to publish it in 2009. Being an ISO standard, it's open to
    considerably more scrutiny than an ECMA standard though, so the chances
    of a delay in its publication are probably somewhat higher.

    --
    Later,
    Jerry.

    The universe is a figment of its own imagination.

    Comment

    • Ioannis Vranos

      #3
      Re: New version of C++ standar

      Jerry Coffin wrote:
      In article <020f7608-d9f6-4ab5-9b12-1783e75f8e16
      @h11g2000prf.go oglegroups.com> , alexdbkim@gmail .com says...
      >Hi all,
      >>
      >I've seen arguments related with the doubts whether C++ can deal with
      >current computing environment since it become one of the oldest
      >language and other young languages like C# and JAVA came out.
      >>
      >My question is when would be the time new version of C++ come out and
      >rocks all the other childish languages? =)
      >
      The current C++ standard was promulgated in 2003. The C# standard is
      ECMA 334, which was published in 2006, so it's newer, but not by a huge
      margin. The C++ standard committee is working on the next standard and
      hopes to publish it in 2009. Being an ISO standard, it's open to
      considerably more scrutiny than an ECMA standard though, so the chances
      of a delay in its publication are probably somewhat higher.

      C# is actually C#/CLI. .NET is a CLI-compliant Virtual Machine. C#/CLI
      is to be compared with C++/CLI.

      C++/CLI is far more powerful language than C#/CLI. More precisely
      according to Microsoft, C++ (C++/CLI) is the systems programming
      language of .NET.


      Java is actually Java/JVM, that is a language (syntax), tied with Java
      Virtual Machine. SUN could open Java Virtual Machine (JVM) to more
      languages (syntax) than Java, like Microsoft does for .NET Virtual Machine.

      Comment

      • Ioannis Vranos

        #4
        Re: New version of C++ standar

        Ioannis Vranos wrote:
        >
        C# is actually C#/CLI. .NET is a CLI-compliant Virtual Machine. C#/CLI
        is to be compared with C++/CLI.
        >
        C++/CLI is far more powerful language than C#/CLI. More precisely
        according to Microsoft, C++ (C++/CLI) is the systems programming
        language of .NET.
        >
        >
        Java is actually Java/JVM, that is a language (syntax), tied with Java
        Virtual Machine. SUN could open Java Virtual Machine (JVM) to more
        languages (syntax) than Java, like Microsoft does for .NET Virtual Machine.


        An interesting reading on this:

        Comment

        Working...