Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. why c++ is still being used?

why c++ is still being used?

Scheduled Pinned Locked Moved Managed C++/CLI
c++question
25 Posts 9 Posters 109 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Richard DeemingR Richard Deeming

    Are you sure about that? :-D SharpOS (operating system) - Wikipedia[^] Cosmos (operating system) - Wikipedia[^] Singularity (operating system) - Wikipedia[^] FlingOS™ - Home[^]


    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

    M Offline
    M Offline
    Munchies_Matt
    wrote on last edited by
    #21

    But the interpreter the VB Net code will be running on will be written in C or C++ because to run on actual hardware you have to run the instruction set that hardware exposes. You can only do that in a compiled language.

    1 Reply Last reply
    0
    • B babak1110

      hi friends: why c++ is still being used?!

      M Offline
      M Offline
      Munchies_Matt
      wrote on last edited by
      #22

      Because C is the corner stone language in computing. It is the language of OSs, space ships, embedded, etc. C++ extends that power scales it, and is a true engineers language. C# (Java) and other interpreted languages have their uses, principally where you want to limit the power of the language for security reasons, or to work at highly extrapolated levels a long way from the hardware.

      1 Reply Last reply
      0
      • M Munchies_Matt

        Wrong. C++ compiles down to machine code, so you can.

        A Offline
        A Offline
        Afzaal Ahmad Zeeshan
        wrote on last edited by
        #23

        Like I said in that message, in this case, so does JavaScript, Python or any other language. :-) I wonder if there is a library for translation of shell script to a machine code — highly doubted statement.

        The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

        M 1 Reply Last reply
        0
        • A Afzaal Ahmad Zeeshan

          Like I said in that message, in this case, so does JavaScript, Python or any other language. :-) I wonder if there is a library for translation of shell script to a machine code — highly doubted statement.

          The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

          M Offline
          M Offline
          Munchies_Matt
          wrote on last edited by
          #24

          No, you said: "You can't do that in C++ either, if you can then you can do so in JavaScript too" C++ does compile down to machine code, script languages dont, they are interpreted.

          1 Reply Last reply
          0
          • B babak1110

            hi friends: why c++ is still being used?!

            R Offline
            R Offline
            Rollin Shultz
            wrote on last edited by
            #25

            As noted by others for drivers and embedded systems. It is a mature language that works well with hardware with less interpretation. One reason many people left C++ was they hate pointers, but as those other languages mature, they too employ pointers, so in the end we are now seeing a revival of C++. p.s. Some people love pointers. :-D

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups